]> git.saurik.com Git - wxWidgets.git/commitdiff
Build fix for non-pch builds, e.g. for universal binary building.
authorKevin Ollivier <kevino@theolliviers.com>
Sun, 25 May 2008 21:48:39 +0000 (21:48 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sun, 25 May 2008 21:48:39 +0000 (21:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/graphics.cpp

index 708282f7a3eb08a6789ad555c94aee33002bd0cc..0c9a3dd7950a08e07fb51f7c1d0a52df38790fcf 100644 (file)
@@ -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"