From ac0c512d865e6236fc81882cb84cc38d09f8f0ec Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 28 Sep 2007 21:54:44 +0000 Subject: [PATCH] PCH-less build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/combobox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mac/carbon/combobox.cpp b/src/mac/carbon/combobox.cpp index bc4d896b2c..63c256d52d 100644 --- a/src/mac/carbon/combobox.cpp +++ b/src/mac/carbon/combobox.cpp @@ -20,6 +20,7 @@ #include "wx/menu.h" #include "wx/containr.h" #include "wx/toplevel.h" + #include "wx/textctrl.h" #endif #include "wx/mac/uma.h" -- 2.47.2