]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for PCH-less build
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Oct 2008 22:32:41 +0000 (22:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Oct 2008 22:32:41 +0000 (22:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/ifacecheck/src/xmlparser.cpp

index cee6670ae5bd61d4410ffdd8fdefc612c1e97b2d..4c73ca43fe0763dd651a515391e198fdd4ebe87f 100644 (file)
@@ -17,6 +17,7 @@
 
 // for all others, include the necessary headers
 #ifndef WX_PRECOMP
+    #include "wx/crt.h"
 #endif
 
 #include "wx/xml/xml.h"