From: Vadim Zeitlin Date: Sun, 12 Oct 2008 22:32:41 +0000 (+0000) Subject: compilation fix for PCH-less build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/11866e8e33b2034ba70102940177a3f9b460e4a1 compilation fix for PCH-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/ifacecheck/src/xmlparser.cpp b/utils/ifacecheck/src/xmlparser.cpp index cee6670ae5..4c73ca43fe 100644 --- a/utils/ifacecheck/src/xmlparser.cpp +++ b/utils/ifacecheck/src/xmlparser.cpp @@ -17,6 +17,7 @@ // for all others, include the necessary headers #ifndef WX_PRECOMP + #include "wx/crt.h" #endif #include "wx/xml/xml.h"