]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/textctrl.cpp
DLL compilation fix
[wxWidgets.git] / src / mac / classic / textctrl.cpp
index 57fc901cab8c2a021b06288e25ebd498331f93d8..aebb686c12dd0d0c382587588307c8b51dc1f27c 100644 (file)
@@ -25,6 +25,7 @@
     #include "wx/dc.h"
     #include "wx/button.h"
     #include "wx/settings.h"
+    #include "wx/msgdlg.h"
 #endif
 
 #ifdef __DARWIN__
@@ -34,8 +35,6 @@
     #include <stat.h>
 #endif
 
-#include "wx/msgdlg.h"
-
 #if wxUSE_STD_IOSTREAM
     #if wxUSE_IOSTREAMH
         #include <fstream.h>