]> git.saurik.com Git - wxWidgets.git/commitdiff
adding missing include for non-precomp builds, and grouping headers, solves #9744
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 16 Jul 2008 08:59:27 +0000 (08:59 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 16 Jul 2008 08:59:27 +0000 (08:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/graphics.cpp

index 06c784811f38e6d5d0027d2c83df1e973905293b..9d8aac3fbd6973cb017b5bece3cde81698b13496 100644 (file)
     #include "wx/msw/wrapcdlg.h"
     #include "wx/image.h"
     #include "wx/window.h"
-    #include "wx/dc.h"
     #include "wx/utils.h"
     #include "wx/dialog.h"
     #include "wx/app.h"
     #include "wx/bitmap.h"
-    #include "wx/dcmemory.h"
     #include "wx/log.h"
     #include "wx/icon.h"
-    #include "wx/dcprint.h"
     #include "wx/module.h"
+    // include all dc types that are used as a param
+    #include "wx/dc.h"
+    #include "wx/dcclient.h"
+    #include "wx/dcmemory.h"
+    #include "wx/dcprint.h"
 #endif
 
 #include "wx/private/graphics.h"