From eb6c65abc8d0566110def8f2afd5d2ed03f45c58 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 29 Mar 2017 13:16:23 -0700 Subject: [pch.h] Put windows.h at the top to solve compilation errors --- toolsrc/include/pch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/pch.h b/toolsrc/include/pch.h index 1306f3b21..2eee658c8 100644 --- a/toolsrc/include/pch.h +++ b/toolsrc/include/pch.h @@ -3,6 +3,8 @@ #define NOMINMAX #define WIN32_LEAN_AND_MEAN +#include + #include #include #include @@ -33,5 +35,4 @@ #include #include #include -#include #include -- cgit v1.2.3