X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9cf0f6ae4f20919ec35834109914f825f10a4363..511bec9640556c23969942f7912ada90c19d36ac:/src/generic/choicbkg.cpp?ds=sidebyside diff --git a/src/generic/choicbkg.cpp b/src/generic/choicbkg.cpp index 88ba5ac957..143115bca6 100644 --- a/src/generic/choicbkg.cpp +++ b/src/generic/choicbkg.cpp @@ -26,10 +26,14 @@ #if wxUSE_CHOICEBOOK -#include "wx/choice.h" #include "wx/choicebk.h" + +#ifndef WX_PRECOMP + #include "wx/settings.h" +#endif + +#include "wx/choice.h" #include "wx/imaglist.h" -#include "wx/settings.h" #include "wx/sizer.h" // ----------------------------------------------------------------------------