]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/resource.cpp
fix for wxUSE_IOSTREAMH
[wxWidgets.git] / src / common / resource.cpp
index 9198586a1f5a01fcdc7cd612f51889de8d67c138..ecc8121d7dc9d740bebd8b73c0da857a78f8c001 100644 (file)
@@ -36,6 +36,7 @@
 #include "wx/listbox.h"
 #include "wx/choice.h"
 #include "wx/checkbox.h"
+#include "wx/settings.h"
 #include "wx/slider.h"
 #include "wx/statbox.h"
 #if wxUSE_GAUGE
@@ -69,6 +70,8 @@
 #include "wx/string.h"
 #include "wx/wxexpr.h"
 
+#include "wx/settings.h"
+
 // Forward (private) declarations
 bool wxResourceInterpretResources(wxResourceTable& table, wxExprDatabase& db);
 wxItemResource *wxResourceInterpretDialog(wxResourceTable& table, wxExpr *expr, bool isPanel = FALSE);