From d73c2065790e8721d53ce3b3de3f92f1ac6cc68b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 22 Oct 2002 13:03:40 +0000 Subject: [PATCH] fix (?) for windows compile problem svn-id: r5244 --- simon/debug.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simon/debug.cpp b/simon/debug.cpp index 4701708bf56..2dc064f2199 100644 --- a/simon/debug.cpp +++ b/simon/debug.cpp @@ -25,6 +25,10 @@ #include "simon/intern.h" #include "simon/vga.h" +#if defined (WIN32) && !defined(_WIN32_WCE) +#include +#endif + #ifdef SIMONDEBUG #define SIMON2 #define SIMON2WIN