]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xml/xml.cpp
handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedric...
[wxWidgets.git] / src / xml / xml.cpp
index cd33a3a68eba206fb1f957b256c0b53442dc099c..28b83e829b4afc33432ce7d17f0b2b756ef9d4b7 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/wfstream.h"
 #include "wx/datstrm.h"
 #include "wx/zstream.h"
-#include "wx/log.h"
 #include "wx/strconv.h"
 
 #include "expat.h" // from Expat