X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b69b47ca6e1a595bd357f849d46b10d98444fce..3f4a2351e4c677c88c18ea812b609477adee7380:/src/gtk1/choice.cpp 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"