From: Stefan Csomor Date: Mon, 9 Jun 2008 09:38:47 +0000 (+0000) Subject: adding correct include explicitely X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/78617c75df1b9af37349d4e9bc566f6db3e58145?ds=inline adding correct include explicitely git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/dcmemory.cpp b/src/mac/carbon/dcmemory.cpp index f1086953b4..4567352d94 100644 --- a/src/mac/carbon/dcmemory.cpp +++ b/src/mac/carbon/dcmemory.cpp @@ -13,6 +13,7 @@ #include "wx/dcmemory.h" #include "wx/graphics.h" +#include "wx/mac/dcmemory.h" #include "wx/mac/private.h"