]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/bitmap.cpp
default button on older systems was not shown with OK, but empty, resulting in wxID_C...
[wxWidgets.git] / src / mgl / bitmap.cpp
index 39206d2f38546b5d0f91ed95478370befee8a1c2..e65eabae6d08d95f39b2fec107f4588c3e27d08d 100644 (file)
 #endif
 
 #include "wx/bitmap.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/log.h"
+#endif
+
 #include "wx/icon.h"
 #include "wx/filefn.h"
 #include "wx/image.h"
 #include "wx/dcmemory.h"
 #include "wx/utils.h"
-#include "wx/log.h"
-#include "wx/intl.h"
 #include "wx/image.h"
 #include "wx/xpmdecod.h"