From f120e78b5692e1c710f2335d36fd0593c447a613 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Wed, 21 Sep 2016 00:13:46 -0700 Subject: Remove special rules for Windows.h and library includes --- src/common/file_util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/file_util.cpp') diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp index 7a21962cc..14cbcac6b 100644 --- a/src/common/file_util.cpp +++ b/src/common/file_util.cpp @@ -10,6 +10,7 @@ #ifdef _WIN32 #include +// windows.h needs to be included before other windows headers #include // for GetSaveFileName #include // getcwd #include -- cgit v1.2.3