Skip to content

Commit

Permalink
Merge pull request #98 from xantares/patch-1
Browse files Browse the repository at this point in the history
Fix include on case-sensitive fs
  • Loading branch information
SaschaWillems authored Jan 8, 2021
2 parents e80b5d1 + d4d3bee commit e718e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkancapsviewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include "submitDialog.h"

#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#endif

#ifdef __linux__
Expand Down

0 comments on commit e718e30

Please sign in to comment.