From 4f40354afad21ec17a35bba66ce7722ee77b7f5c Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 27 Oct 2006 18:42:20 +0000 Subject: [PATCH] Compile fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/graphcmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/graphcmn.cpp b/src/common/graphcmn.cpp index da3504a4b2..4193b2b9cc 100644 --- a/src/common/graphcmn.cpp +++ b/src/common/graphcmn.cpp @@ -25,6 +25,7 @@ #include "wx/bitmap.h" #include "wx/dcmemory.h" #include "wx/region.h" + #include "wx/log.h" #endif #if !defined(wxMAC_USE_CORE_GRAPHICS_BLEND_MODES) -- 2.47.2