From 4ec0f8c7dd3faf7878b1bb460a381ebe98848e6c Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 1 Jun 2010 05:07:03 -0500 Subject: [PATCH] Fixed 'string.h' include to make cross compiling work from Linux to Windows --- Source/WinInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WinInput.cpp b/Source/WinInput.cpp index d38708c..d42ae78 100644 --- a/Source/WinInput.cpp +++ b/Source/WinInput.cpp @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "WinInput.h" #ifdef WIN32 -#include "String.h" +#include #else #include #include -- 2.39.2