]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/listbox.cpp
Build fix after wxColourBase introduction.
[wxWidgets.git] / src / mac / classic / listbox.cpp
index 02f93f5c8d4de7e9105785073d5dc8e3b4383a23..0289796b703c80ab638be5f28f5c0d5a4340ed9e 100644 (file)
 
 #if wxUSE_LISTBOX
 
+#ifndef WX_PRECOMP
+    #include "wx/dynarray.h"
+#endif
+
 #include "wx/app.h"
 #include "wx/listbox.h"
 #include "wx/button.h"
 #include "wx/settings.h"
 #include "wx/toplevel.h"
-#include "wx/dynarray.h"
 #include "wx/log.h"
 
 #include "wx/utils.h"