X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40989e46b86777dd211faeb3e5d2366cdcc6d8cd..c1aa5517acff9ce039adcd6502db2e88cdd886c7:/src/xml/xml.cpp diff --git a/src/xml/xml.cpp b/src/xml/xml.cpp index b9421f5ca7..cd33a3a68e 100644 --- a/src/xml/xml.cpp +++ b/src/xml/xml.cpp @@ -19,11 +19,14 @@ #include "wx/xml/xml.h" +#ifndef WX_PRECOMP + #include "wx/intl.h" +#endif + #include "wx/wfstream.h" #include "wx/datstrm.h" #include "wx/zstream.h" #include "wx/log.h" -#include "wx/intl.h" #include "wx/strconv.h" #include "expat.h" // from Expat