From 36287f1a9733c8a3923d60d6f998be356fe48e81 Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Sun, 12 Feb 2006 03:11:37 +0000 Subject: [PATCH] Add missing include for non-PCH builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/combobox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/mac/carbon/combobox.h b/include/wx/mac/carbon/combobox.h index 4ad1e4846a..45b4f96b4e 100644 --- a/include/wx/mac/carbon/combobox.h +++ b/include/wx/mac/carbon/combobox.h @@ -12,6 +12,7 @@ #ifndef _WX_COMBOBOX_H_ #define _WX_COMBOBOX_H_ +#include "wx/containr.h" #include "wx/choice.h" WXDLLEXPORT_DATA(extern const wxChar) wxComboBoxNameStr[];