From cc9d0eff818db57362d6de3769999c86cd4c99ef Mon Sep 17 00:00:00 2001 From: Martijn Berger Date: Mon, 19 Sep 2016 14:20:37 +0200 Subject: Lowercase includes for psapi.h and dbghelp.h windows includes. This makes cross compilation a little less painful --- intern/ghost/intern/GHOST_SystemWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index f884b0fadb1..60e7815ccbb 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -41,7 +41,7 @@ #include #include -#include +#include #include #include "utfconv.h" -- cgit v1.2.3