]> git.saurik.com Git - wxWidgets.git/commitdiff
fix when not having precompiled headers
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 14 Aug 2002 19:00:05 +0000 (19:00 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 14 Aug 2002 19:00:05 +0000 (19:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/combobox.cpp
src/mac/combobox.cpp

index 8ea92291e2cfd4a9f524fafc3af4310c0c285464..0aa01b1a2b85bc541dd7801a3f0cf9bf1da9f2c9 100644 (file)
@@ -14,6 +14,7 @@
 #endif
 
 #include "wx/combobox.h"
+#include "wx/button.h"
 #include "wx/menu.h"
 #include "wx/mac/uma.h"
 
index 8ea92291e2cfd4a9f524fafc3af4310c0c285464..0aa01b1a2b85bc541dd7801a3f0cf9bf1da9f2c9 100644 (file)
@@ -14,6 +14,7 @@
 #endif
 
 #include "wx/combobox.h"
+#include "wx/button.h"
 #include "wx/menu.h"
 #include "wx/mac/uma.h"