]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
added wxID_ANY default value for the id parameter of Create() for consistency with...
[wxWidgets.git] / src / gtk / choice.cpp
index 8c0789964d23ce688a1afc10a1d06cb04721c38b..a7f05f679afed006baec1e027f89a933723f5465 100644 (file)
 #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.