]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagjpeg.cpp
fix for handling from Francesco
[wxWidgets.git] / src / common / imagjpeg.cpp
index 4db84ee61bde18b61028b1e709a456e81e4bf6d8..31e069e53a425a19805a6589665514cbb2da905e 100644 (file)
@@ -23,6 +23,7 @@
     #include "wx/app.h"
     #include "wx/intl.h"
     #include "wx/bitmap.h"
+    #include "wx/module.h"
 #endif
 
 // NB: Some compilers define boolean type in Windows headers
@@ -45,7 +46,6 @@ extern "C"
 
 #include "wx/filefn.h"
 #include "wx/wfstream.h"
-#include "wx/module.h"
 
 // For memcpy
 #include <string.h>