]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/choice.cpp
fixes for new lib dirs for wxMSW
[wxWidgets.git] / src / gtk1 / choice.cpp
index 05b88cc2ae702c37f9b29a45687a49d1f321f6f2..d6bac5341e0906d234a1a7b299175d9806983343 100644 (file)
@@ -8,7 +8,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "choice.h"
 #endif
 
@@ -17,6 +17,7 @@
 #if wxUSE_CHOICE
 
 #include "wx/choice.h"
+#include "wx/arrstr.h"
 
 #include "wx/gtk/private.h"