]> git.saurik.com Git - wxWidgets.git/commitdiff
non-pch build fixes
authorPaul Cornett <paulcor@bullseye.com>
Mon, 3 Dec 2007 02:15:43 +0000 (02:15 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 3 Dec 2007 02:15:43 +0000 (02:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dcgraph.h
src/msw/notifmsg.cpp
src/x11/app.cpp

index 7e44ef7221539f604c0e64456a20bf2b7dbe3d4a..7ee884e232a1016738d9b1cc2d9f0fe5b768844e 100644 (file)
@@ -14,6 +14,7 @@
 
 #if wxUSE_GRAPHICS_CONTEXT
 
+#include "wx/dc.h"
 #include "wx/geometry.h"
 #include "wx/dynarray.h"
 #include "wx/graphics.h"
index cedac4899bd2fd052e4c27bc063ebba547e14141..348af4a93f3dc3b7129825cc3a2362c511bc06d0 100644 (file)
 
 #if wxUSE_NOTIFICATION_MESSAGE && wxUSE_TASKBARICON
 
+#include "wx/notifmsg.h"
+
 #ifndef WX_PRECOMP
+    #include "wx/toplevel.h"
+    #include "wx/app.h"
     #include "wx/string.h"
 #endif // WX_PRECOMP
 
-#include "wx/notifmsg.h"
 #include "wx/generic/notifmsg.h"
 
 #include "wx/taskbar.h"
index dad65db005e1cabb283c6b9143cf6b24e488f319..90ea2a60af89ebf1e8eee0b0eb7f657091ec3a13 100644 (file)
@@ -25,6 +25,7 @@
     #include "wx/memory.h"
     #include "wx/gdicmn.h"
     #include "wx/module.h"
+    #include "wx/crt.h"
 #endif
 
 #include "wx/evtloop.h"