X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e728732e976f73e9c35211871b921c9ecad60de..ec09e18d3544bb333f367db7f7e8f410d81e5b14:/src/gtk/choice.cpp diff --git a/src/gtk/choice.cpp b/src/gtk/choice.cpp index 8c0789964d..a7f05f679a 100644 --- a/src/gtk/choice.cpp +++ b/src/gtk/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 // FIXME: We use GtkOptionMenu which has been deprecated since GTK+ 2.3.0 in // favour of GtkComboBox.