From: Paul Cornett Date: Sat, 21 Oct 2006 17:46:22 +0000 (+0000) Subject: non-pch build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc5de8fe047e00cf3fbaa16b3a02a9aac7caf16e non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/graphics.cpp b/src/mac/carbon/graphics.cpp index 2f778411e3..34b4b5629a 100755 --- a/src/mac/carbon/graphics.cpp +++ b/src/mac/carbon/graphics.cpp @@ -16,6 +16,7 @@ #include "wx/graphics.h" #ifndef WX_PRECOMP + #include "wx/dcclient.h" #include "wx/log.h" #include "wx/region.h" #endif