]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing includes for non-precompiled headers.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 8 Sep 2002 10:51:49 +0000 (10:51 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 8 Sep 2002 10:51:49 +0000 (10:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/button.cpp
src/os2/checklst.cpp
src/os2/cursor.cpp
src/os2/listbox.cpp
src/os2/notebook.cpp
src/os2/window.cpp

index 4475844729d9cfd5a208a2f2e5d1bd6bf7b9a7a2..61b0d68fa46505f83d71744963c4474acb19dc78 100644 (file)
@@ -13,6 +13,7 @@
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/app.h"
     #include "wx/button.h"
     #include "wx/brush.h"
     #include "wx/panel.h"
index 5f6282c54eb4b6890567ebba1bfb27f793955e2f..0a5befdb84d657999df3549833f898f1f91f204d 100644 (file)
@@ -27,6 +27,7 @@
 #include "wx/ownerdrw.h"
 #include "wx/settings.h"
 #include "wx/dcmemory.h"
+#include "wx/dcscreen.h"
 #include "wx/os2/checklst.h"
 #include "wx/log.h"
 
index be4238b9b2303f308a8df0557cbddbf096201421..73a793577c00e57e4edfadce0862af421570009f 100644 (file)
@@ -20,6 +20,7 @@
 #include "wx/app.h"
 #include "wx/cursor.h"
 #include "wx/icon.h"
+#include "wx/resource.h"
 #endif
 
 #include "wx/os2/private.h"
index 9f9f1de5d28afada32461669d3806eed61b5c756..5714ca119c5e68f2cc7e7c56cdbad09453062e03 100644 (file)
@@ -21,6 +21,7 @@
 #include "wx/brush.h"
 #include "wx/font.h"
 #include "wx/dc.h"
+#include "wx/dcscreen.h"
 #include "wx/utils.h"
 #include "wx/scrolwin.h"
 #endif
index 0f0339aa14acac691e45ae49afd1ac8816522aaa..dbf582f6d481da78b3a0c3694d30ad7f67e67b9b 100644 (file)
@@ -16,7 +16,9 @@
 
 // wxWindows
 #ifndef WX_PRECOMP
-  #include  "wx/string.h"
+  #include "wx/app.h"
+  #include "wx/string.h"
+  #include "wx/settings.h"
 #endif  // WX_PRECOMP
 
 #include  "wx/log.h"
index f17d44952ad63cb58e1294fb0cce02e251e529f5..6382bbee261d87bdb45bef13d119c555f5b2c025 100644 (file)
@@ -27,6 +27,8 @@
     #include "wx/app.h"
     #include "wx/panel.h"
     #include "wx/layout.h"
+    #include "wx/checkbox.h"
+    #include "wx/combobox.h"
     #include "wx/dialog.h"
     #include "wx/frame.h"
     #include "wx/listbox.h"
@@ -34,6 +36,7 @@
     #include "wx/msgdlg.h"
     #include "wx/scrolwin.h"
     #include "wx/radiobox.h"
+    #include "wx/radiobut.h"
     #include "wx/slider.h"
     #include "wx/statbox.h"
     #include "wx/statusbr.h"