X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa61d3525370a9b9fa8c797d9b7f89d96994db5f..c1aa5517acff9ce039adcd6502db2e88cdd886c7:/src/os2/checklst.cpp diff --git a/src/os2/checklst.cpp b/src/os2/checklst.cpp index 8d2d55ee55..7d5566b912 100644 --- a/src/os2/checklst.cpp +++ b/src/os2/checklst.cpp @@ -18,7 +18,10 @@ #if wxUSE_CHECKLISTBOX && wxUSE_OWNER_DRAWN -#include "wx/object.h" +#ifndef WX_PRECOMP + #include "wx/object.h" +#endif + #include "wx/colour.h" #include "wx/font.h" #include "wx/bitmap.h"