]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dib.cpp
Corrections to take into account that range in the API has an end position
[wxWidgets.git] / src / msw / dib.cpp
index 09b10aaedacf9f1fdc82229cde44caaa2a630d63..ee17d5d2b1a48b4a8d8bf469d151b8834c1fb192 100644 (file)
@@ -37,6 +37,7 @@
     #include "wx/log.h"
     #include "wx/intl.h"
     #include "wx/bitmap.h"
+    #include "wx/image.h"
 #endif //WX_PRECOMP
 
 #include "wx/file.h"
@@ -48,7 +49,6 @@
     #include <memory.h>
 #endif
 
-#include "wx/image.h"
 #include "wx/msw/dib.h"
 
 #ifdef __WXWINCE__