]> git.saurik.com Git - wxWidgets.git/commitdiff
non-pch build fix
authorPaul Cornett <paulcor@bullseye.com>
Sat, 21 Oct 2006 17:46:22 +0000 (17:46 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 21 Oct 2006 17:46:22 +0000 (17:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/graphics.cpp

index 2f778411e3681007d294ccd2a9e4305fc6e7c430..34b4b5629ada5535657f4fa229411fb247cc8ac4 100755 (executable)
@@ -16,6 +16,7 @@
 #include "wx/graphics.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/dcclient.h"
     #include "wx/log.h"
     #include "wx/region.h"
 #endif