X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b69b47ca6e1a595bd357f849d46b10d98444fce..38a097f588121ffcab2fa57e4494a6d0783c3567:/src/gtk1/choice.cpp?ds=sidebyside diff --git a/src/gtk1/choice.cpp b/src/gtk1/choice.cpp index e1c2a36b50..1372a2398f 100644 --- a/src/gtk1/choice.cpp +++ b/src/gtk1/choice.cpp @@ -12,7 +12,10 @@ #if wxUSE_CHOICE #include "wx/choice.h" -#include "wx/arrstr.h" + +#ifndef WX_PRECOMP + #include "wx/arrstr.h" +#endif #include "wx/gtk1/private.h"