summaryrefslogtreecommitdiff
path: root/zen/win_ver.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/win_ver.h')
-rw-r--r--zen/win_ver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/win_ver.h b/zen/win_ver.h
index 766c0ee9..e123737d 100644
--- a/zen/win_ver.h
+++ b/zen/win_ver.h
@@ -8,7 +8,7 @@
#define WINDOWS_VERSION_HEADER_238470348254325
#include <cstdint>
-#include <zen/win.h> //includes "windows.h"
+#include "win.h" //includes "windows.h"
namespace zen
{
bgstack15