From 48d2ab90ee02b7e2441f33fa8575bf51f56a364e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 31 Aug 2002 12:49:19 +0000 Subject: [PATCH] Added log.h inclusion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/clipbrd.cpp | 1 + src/mac/clipbrd.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mac/carbon/clipbrd.cpp b/src/mac/carbon/clipbrd.cpp index ff814a588c..76952a442e 100644 --- a/src/mac/carbon/clipbrd.cpp +++ b/src/mac/carbon/clipbrd.cpp @@ -21,6 +21,7 @@ #include "wx/metafile.h" #include "wx/clipbrd.h" #include "wx/intl.h" +#include "wx/log.h" #include "wx/mac/private.h" #ifndef __DARWIN__ diff --git a/src/mac/clipbrd.cpp b/src/mac/clipbrd.cpp index ff814a588c..76952a442e 100644 --- a/src/mac/clipbrd.cpp +++ b/src/mac/clipbrd.cpp @@ -21,6 +21,7 @@ #include "wx/metafile.h" #include "wx/clipbrd.h" #include "wx/intl.h" +#include "wx/log.h" #include "wx/mac/private.h" #ifndef __DARWIN__ -- 2.47.2