X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0de9b5b23f70465393526546cd1a69fcfcd26e9c..29ea4a290850e9ae79c258774fa22153a951ff7f:/include/wx/gtk1/combobox.h diff --git a/include/wx/gtk1/combobox.h b/include/wx/gtk1/combobox.h index a9910b78a3..d1787f8ca0 100644 --- a/include/wx/gtk1/combobox.h +++ b/include/wx/gtk1/combobox.h @@ -18,6 +18,8 @@ #include "wx/defs.h" +#if wxUSE_COMBOBOX + #include "wx/object.h" #include "wx/control.h" @@ -123,6 +125,8 @@ public: DECLARE_EVENT_TABLE() }; +#endif + #endif // __GTKCOMBOBOXH__