]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ctrlsub.cpp
unicode compilation fix
[wxWidgets.git] / src / common / ctrlsub.cpp
index 975812f8d44749c7b385f2105b83775082ca8722..9a7ec228e30ff3bf159bbafa4e9c1529d5cf58c3 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "controlwithitems.h"
 #endif
 
@@ -32,6 +32,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/ctrlsub.h"
+    #include "wx/arrstr.h"
 #endif
 
 // ============================================================================