]> git.saurik.com Git - wxWidgets.git/commitdiff
fixes for non precompiled headers
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 3 Oct 2006 16:49:09 +0000 (16:49 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 3 Oct 2006 16:49:09 +0000 (16:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/graphcmn.cpp

index 74e0163c0ebf6d5375a22637127e169ce41d4a21..f7e7d1abb6dc8c732642b823091b624fe4290c8d 100644 (file)
 
 #include "wx/graphics.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/icon.h"
+    #include "wx/bitmap.h"
+    #include "wx/dcmemory.h"
+#endif
+
 #if wxUSE_GRAPHICS_CONTEXT
 
 //-----------------------------------------------------------------------------