]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
Blind fix for library ordering.
[wxWidgets.git] / src / gtk / listbox.cpp
index fc1783f95459a5ac3fd05d00c10d44410636896f..56f3a233833e029fcc4d451dfadb32e08ca2d2a1 100644 (file)
@@ -8,15 +8,20 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "listbox.h"
 #endif
 
-#include "wx/listbox.h"
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#include "wx/defs.h"
 
 #if wxUSE_LISTBOX
 
+#include "wx/listbox.h"
 #include "wx/dynarray.h"
+#include "wx/arrstr.h"
 #include "wx/utils.h"
 #include "wx/intl.h"
 #include "wx/checklst.h"