From 804b2647ced20b8af1e632f1e99d54f905fa8ce0 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 11 Feb 2011 16:43:26 +0200 Subject: new texture stuff quite working --- src/debug.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index 092bb03a8..5cc1e6c4d 100644 --- a/src/debug.h +++ b/src/debug.h @@ -33,7 +33,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include - #include + #ifdef _MSC_VER + #include + #endif #else #endif -- cgit v1.2.3