X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b69b47ca6e1a595bd357f849d46b10d98444fce..17d4f7aca810eb9286374228512569fb16a4ab03:/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"