From bc413685c65b83da833009e499e3e44e6b447464 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 6 Feb 1999 23:32:34 +0000 Subject: [PATCH] restored "#include " git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wxprec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 940c4a6521..6f542b6a45 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -31,7 +31,7 @@ // Comment this out if you don't mind slower compilation of the wxWindows // library #if !defined(__WXMAC__) && !defined(__SALFORDC__) -// #include +#include #endif #ifdef GetClassInfo