From 1303a240dde2f30d7975547f798e3ab53231d4e3 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 30 Aug 2002 13:57:04 +0000 Subject: [PATCH] lost log.h fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/msgout.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index fa0667ab21..9bdcdae519 100755 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -38,7 +38,8 @@ #endif #include "wx/msgout.h" - +#include "wx/log.h" + #include #include -- 2.45.2