]> git.saurik.com Git - wxWidgets.git/commitdiff
adding includes for non-precomp
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 10 Oct 2006 12:37:15 +0000 (12:37 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 10 Oct 2006 12:37:15 +0000 (12:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dcbase.cpp

index 7951998fec1973fb671561d7321fee3fb0ec8faf..3d64c02a4d6fa9b18b58896ed10bf01fada57163 100644 (file)
@@ -1151,6 +1151,9 @@ void wxDCBase::CalculateEllipticPoints( wxList* points,
 // temporary home for wxOverlay
 //
 
+#include "wx/dcclient.h"
+#include "wx/dcmemory.h"
+
 #if defined(wxMAC_USE_CORE_GRAPHICS) && wxMAC_USE_CORE_GRAPHICS
 
 #include "wx/mac/private.h"