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/memory_util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/memory_util.cpp') diff --git a/src/common/memory_util.cpp b/src/common/memory_util.cpp index e19d7202a..c19729b21 100644 --- a/src/common/memory_util.cpp +++ b/src/common/memory_util.cpp @@ -7,6 +7,7 @@ #ifdef _WIN32 #include +// Windows.h needs to be included before psapi.h #include #include "common/common_funcs.h" #include "common/string_util.h" -- cgit v1.2.3