From: Stefan Csomor Date: Wed, 14 Aug 2002 19:00:05 +0000 (+0000) Subject: fix when not having precompiled headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b5a8b32f50f7a5550dc9602236b9c7b49ba5e02c?ds=inline fix when not having precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/combobox.cpp b/src/mac/carbon/combobox.cpp index 8ea92291e2..0aa01b1a2b 100644 --- a/src/mac/carbon/combobox.cpp +++ b/src/mac/carbon/combobox.cpp @@ -14,6 +14,7 @@ #endif #include "wx/combobox.h" +#include "wx/button.h" #include "wx/menu.h" #include "wx/mac/uma.h" diff --git a/src/mac/combobox.cpp b/src/mac/combobox.cpp index 8ea92291e2..0aa01b1a2b 100644 --- a/src/mac/combobox.cpp +++ b/src/mac/combobox.cpp @@ -14,6 +14,7 @@ #endif #include "wx/combobox.h" +#include "wx/button.h" #include "wx/menu.h" #include "wx/mac/uma.h"