From 6f9495fc2972519d9f962f154dbf65cf415b1d44 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sat, 13 Apr 2013 09:28:07 +0000 Subject: [PATCH] Fix for [#34968] Cross compiling from linux for windows is broken * Patch by Martijn Berger (juicyfruit). --- intern/ghost/intern/GHOST_SizerWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/ghost/intern/GHOST_SizerWin32.cpp b/intern/ghost/intern/GHOST_SizerWin32.cpp index 9aa9ba313e6..a66840f8bd5 100644 --- a/intern/ghost/intern/GHOST_SizerWin32.cpp +++ b/intern/ghost/intern/GHOST_SizerWin32.cpp @@ -32,7 +32,7 @@ #include "GHOST_SizerWin32.h" -#include +#include #define T_NONE (0) #define T_SIZE (1)