From f65beec79ca0ff0708d76b305aef36871e5af626 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 2 Dec 2004 08:15:49 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4698 --- clientgui/stdwx.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/clientgui/stdwx.h b/clientgui/stdwx.h index e1b566c8e2..486999d00b 100644 --- a/clientgui/stdwx.h +++ b/clientgui/stdwx.h @@ -97,6 +97,14 @@ #endif +#ifdef __WXMSW__ + +// Windows Headers +// +#include + +#endif + // Standard Libraries // @@ -144,8 +152,6 @@ #ifdef _DEBUG -#include - #define malloc(s) _malloc_dbg(s, _NORMAL_BLOCK, __FILE__, __LINE__) #define calloc(c, s) _calloc_dbg(c, s, _NORMAL_BLOCK, __FILE__, __LINE__) #define realloc(p, s) _realloc_dbg(p, s, _NORMAL_BLOCK, __FILE__, __LINE__)