]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fixes
authorRobin Dunn <robin@alldunn.com>
Wed, 14 Apr 2004 05:41:52 +0000 (05:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 14 Apr 2004 05:41:52 +0000 (05:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/xrc/xh_frame.cpp
contrib/src/xrc/xh_panel.cpp
src/xrc/xh_frame.cpp
src/xrc/xh_panel.cpp

index 7d4380076f116837751582d2a5930334cba3baca..520b265ca6c878d84d1adcc0a02c53a904e2da2b 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "wx/xrc/xh_frame.h"
 #include "wx/frame.h"
+#include "wx/dialog.h" // to get wxDEFAULT_DIALOG_STYLE
 #include "wx/log.h"
 #include "wx/intl.h"
 
index d71a11d752056658e0dc86c1f82303bcacacd957..b4b4c82810db9bfc0f4b6be3d6d46a866462825a 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "wx/xrc/xh_panel.h"
 #include "wx/panel.h"
+#include "wx/frame.h"  // to get wxNO_3D
 
 IMPLEMENT_DYNAMIC_CLASS(wxPanelXmlHandler, wxXmlResourceHandler)
 
index 7d4380076f116837751582d2a5930334cba3baca..520b265ca6c878d84d1adcc0a02c53a904e2da2b 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "wx/xrc/xh_frame.h"
 #include "wx/frame.h"
+#include "wx/dialog.h" // to get wxDEFAULT_DIALOG_STYLE
 #include "wx/log.h"
 #include "wx/intl.h"
 
index d71a11d752056658e0dc86c1f82303bcacacd957..b4b4c82810db9bfc0f4b6be3d6d46a866462825a 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "wx/xrc/xh_panel.h"
 #include "wx/panel.h"
+#include "wx/frame.h"  // to get wxNO_3D
 
 IMPLEMENT_DYNAMIC_CLASS(wxPanelXmlHandler, wxXmlResourceHandler)