From c489cc51e9c3ee06480de743a4603c7c4f97da87 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Sun, 25 May 2008 21:48:39 +0000 Subject: [PATCH] Build fix for non-pch builds, e.g. for universal binary building. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/graphics.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mac/carbon/graphics.cpp b/src/mac/carbon/graphics.cpp index 708282f7a3..0c9a3dd795 100644 --- a/src/mac/carbon/graphics.cpp +++ b/src/mac/carbon/graphics.cpp @@ -17,6 +17,7 @@ #ifndef WX_PRECOMP #include "wx/dcclient.h" #include "wx/dcmemory.h" + #include "wx/dcprint.h" #include "wx/log.h" #include "wx/region.h" #include "wx/image.h" -- 2.50.0