From 7764fbde0a393f2a81305ce9dc73e28495d27ecf Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 19 Sep 2007 23:21:51 +0000 Subject: [PATCH] need image.h for non-precomp build mode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48816 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 f156fc863e..32427b8f9a 100755 --- a/src/mac/carbon/graphics.cpp +++ b/src/mac/carbon/graphics.cpp @@ -20,6 +20,7 @@ #include "wx/dcmemory.h" #include "wx/log.h" #include "wx/region.h" + #include "wx/image.h" #endif #include "wx/mac/uma.h"