]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xml/xml.cpp
don't crash when destroying a not initialized socket (patch 1489095)
[wxWidgets.git] / src / xml / xml.cpp
index 28b83e829b4afc33432ce7d17f0b2b756ef9d4b7..4c6dcdd7711fbcfe8d04e0db5a3311b8e9c521b7 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/app.h"
 #endif
 
 #include "wx/wfstream.h"
@@ -32,7 +33,6 @@
 #include "expat.h" // from Expat
 
 // DLL options compatibility check:
-#include "wx/app.h"
 WX_CHECK_BUILD_OPTIONS("wxXML")