X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92a19c2e7757ba742846f83e56356de0a607bdc2..689fceb7a725f0000102fa080d1015ab22a58489:/utils/Install/builder/wxib.cpp diff --git a/utils/Install/builder/wxib.cpp b/utils/Install/builder/wxib.cpp index c3febebc29..4c1922200d 100644 --- a/utils/Install/builder/wxib.cpp +++ b/utils/Install/builder/wxib.cpp @@ -23,12 +23,12 @@ #endif #ifndef WX_PRECOMP - #include + #include "wx/wx.h" #endif -#include -#include -#include +#include "wx/toolbar.h" +#include "wx/log.h" +#include "wx/image.h" // define this to 1 to use wxToolBarSimple instead of the native one #define USE_GENERIC_TBAR 0 @@ -38,7 +38,7 @@ #error wxToolBarSimple is not compiled in, set wxUSE_TOOLBAR_SIMPLE \ to 1 in setup.h and recompile the library. #else - #include + #include "wx/tbarsmpl.h" #endif #endif // USE_GENERIC_TBAR