X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af111fc33841cc8bdc4d6cf027702805333bdd2a..8d38cdb778ed01de8a1e4ada81c6d92255885ffc:/src/motif/checklst.cpp diff --git a/src/motif/checklst.cpp b/src/motif/checklst.cpp index 7da541fa9a..740a1ad14b 100644 --- a/src/motif/checklst.cpp +++ b/src/motif/checklst.cpp @@ -17,15 +17,15 @@ #pragma implementation "checklst.h" #endif +#include "wx/defs.h" + #include "wx/checklst.h" // ============================================================================ // implementation // ============================================================================ -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox) -#endif // ---------------------------------------------------------------------------- // implementation of wxCheckListBox class