X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/806ad819585655ac1c35427409611d7795d0b910..04d29fda821871ff0f4c63de7de4c5324cc270af:/include/wx/editlbox.h diff --git a/include/wx/editlbox.h b/include/wx/editlbox.h index 6b90901bc9..1e8a2e61ab 100644 --- a/include/wx/editlbox.h +++ b/include/wx/editlbox.h @@ -11,6 +11,10 @@ #ifndef __WX_EDITLBOX_H__ #define __WX_EDITLBOX_H__ +#include "wx/defs.h" + +#if wxUSE_EDITABLELISTBOX + #include "wx/panel.h" class WXDLLEXPORT wxBitmapButton; @@ -63,4 +67,6 @@ protected: DECLARE_EVENT_TABLE() }; +#endif // wxUSE_EDITABLELISTBOX + #endif // __WX_EDITLBOX_H__