]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/filedlgg.cpp
changed calls to wxMac's private wxColour::Set to use the renamed function wxColour...
[wxWidgets.git] / src / generic / filedlgg.cpp
index c372fb9fac50f87a46aa11b46560d4d1788091f5..05c6a9ee31f9f8d4374e63d5aa438325332c6758 100644 (file)
 #error wxGenericFileDialog currently only supports Unix, win32 and DOS
 #endif
 
+#ifndef WX_PRECOMP
+    #include "wx/hash.h"
+    #include "wx/intl.h"
+#endif
+
 #include "wx/checkbox.h"
 #include "wx/textctrl.h"
 #include "wx/choice.h"
@@ -31,7 +36,6 @@
 #include "wx/debug.h"
 #include "wx/log.h"
 #include "wx/longlong.h"
-#include "wx/intl.h"
 #include "wx/msgdlg.h"
 #include "wx/sizer.h"
 #include "wx/bmpbuttn.h"