From 8ea2d2320b9ad8318017a6758b9bd2623757b9af Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 10 Oct 2006 12:37:15 +0000 Subject: [PATCH] adding includes for non-precomp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dcbase.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/dcbase.cpp b/src/common/dcbase.cpp index 7951998fec..3d64c02a4d 100644 --- a/src/common/dcbase.cpp +++ b/src/common/dcbase.cpp @@ -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" -- 2.45.2