From: Chris Elliott <biol75@york.ac.uk>
Date: Fri, 30 Aug 2002 13:57:04 +0000 (+0000)
Subject: lost log.h fixed
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1303a240dde2f30d7975547f798e3ab53231d4e3

lost log.h fixed


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

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 <stdarg.h>
 #include <stdio.h>