]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/lboxcmn.cpp
really show the window after creation (calling Show(TRUE) doesn't do it any more)
[wxWidgets.git] / src / common / lboxcmn.cpp
index 55ab6ade5e23ce4966754747a349eb4380031928..292bec8130cda3ba86d8bc218bcfd8f4792c47fb 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "listboxbase.h"
 #endif
 
@@ -32,6 +32,8 @@
 
 #ifndef WX_PRECOMP
     #include "wx/listbox.h"
+    #include "wx/dynarray.h"
+    #include "wx/arrstr.h"
 #endif
 
 // ============================================================================