Skip to content

Commit

Permalink
simpleVulkan: windows.h should be included before VersionHelpers.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoijade committed Sep 10, 2018
1 parent 21c36d3 commit 91dc60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/simpleVulkan/vulkanCUDASinewave.cu
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
#include <vector>

#ifdef _WIN64
#include <VersionHelpers.h>
#include <aclapi.h>
#include <dxgi1_2.h>
#include <vulkan/vulkan_win32.h>
#include <windows.h>
#include <VersionHelpers.h>
#define _USE_MATH_DEFINES
#endif

Expand Down

0 comments on commit 91dc60d

Please sign in to comment.