From: Neal Gompa Date: Tue, 1 Jun 2010 10:07:03 +0000 (-0500) Subject: Fixed 'string.h' include to make cross compiling work from Linux to Windows X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=4ec0f8c7dd3faf7878b1bb460a381ebe98848e6c Fixed 'string.h' include to make cross compiling work from Linux to Windows --- 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