Add missing include for non-PCH builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock 2006-02-12 03:11:37 +00:00
parent f154b9fa94
commit 36287f1a97

View 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[];