X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9576ca53db96b462ed4c0b4bdf47d64c40203e4..49a91764b57168d9f441578001b3206a7330ee70:/src/mac/checklst.cpp diff --git a/src/mac/checklst.cpp b/src/mac/checklst.cpp index 2f43152c2a..ecf13c8f70 100644 --- a/src/mac/checklst.cpp +++ b/src/mac/checklst.cpp @@ -17,6 +17,10 @@ #pragma implementation "checklst.h" #endif +#include "wx/defs.h" + +#if wxUSE_CHECKLISTBOX + #include "wx/checklst.h" // ============================================================================ @@ -71,4 +75,5 @@ void wxCheckListBox::Check(size_t uiIndex, bool bCheck) // TODO } +#endif // wxUSE_CHECKLISTBOX