]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/cursor.cpp
Include wx/intl.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / mgl / cursor.cpp
index 5fdf62fae95b9df6fd83e29bf25c9ac7acabe75d..97e4f7c7e2de4bb1e2b8ba61716058186429c0f2 100644 (file)
 #endif
 
 #include "wx/cursor.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+#endif
+
 #include "wx/module.h"
 #include "wx/utils.h"
 #include "wx/log.h"
-#include "wx/intl.h"
 #include "wx/hashmap.h"
 
 #include "wx/mgl/private.h"