From 71765bb26f0b00926c45aac674bb475bf9aa09d7 Mon Sep 17 00:00:00 2001 From: Joshua Warner Date: Fri, 15 Feb 2013 09:53:02 -0700 Subject: [PATCH] fix cross-compile windows build --- src/machine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine.cpp b/src/machine.cpp index 395413e660..8555878c41 100644 --- a/src/machine.cpp +++ b/src/machine.cpp @@ -21,7 +21,7 @@ #if defined(PLATFORM_WINDOWS) # define WIN32_LEAN_AND_MEAN -# include +# include #endif using namespace vm;