]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/combobox.cpp
Fixed OpenWatcom (strange) scope related crash.
[wxWidgets.git] / src / mac / classic / combobox.cpp
index d81d07e32b7d9eb33a8d7e65a6e026107c6c4da5..aba551e2f3e9ee30acd9c1afe5927110aafe29ed 100644 (file)
@@ -9,9 +9,15 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#include "wx/wxprec.h"
+
 #include "wx/combobox.h"
-#include "wx/button.h"
-#include "wx/menu.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/button.h"
+    #include "wx/menu.h"
+#endif
+
 #include "wx/mac/uma.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)