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