]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing include for non-PCH builds
authorKevin Hock <hockkn@yahoo.com>
Sun, 12 Feb 2006 03:11:37 +0000 (03:11 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sun, 12 Feb 2006 03:11:37 +0000 (03:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/combobox.h

index 4ad1e4846a18d4134ae8b1bde9f6f9e8067ea624..45b4f96b4e8a8c0250efdf15dd9054d991ed4d53 100644 (file)
@@ -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[];