From ee7908dbe96736f272d4855fdd88c138194d3a9a Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 30 Aug 2002 21:19:41 +0000 Subject: [PATCH] Added another log.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/toolbar.cpp | 1 + src/univ/winuniv.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/univ/toolbar.cpp b/src/univ/toolbar.cpp index 378931a6b5..1d68c60857 100644 --- a/src/univ/toolbar.cpp +++ b/src/univ/toolbar.cpp @@ -40,6 +40,7 @@ #include "wx/toolbar.h" #include "wx/image.h" +#include "wx/log.h" // ---------------------------------------------------------------------------- // constants diff --git a/src/univ/winuniv.cpp b/src/univ/winuniv.cpp index f2b90368df..3b0a025004 100644 --- a/src/univ/winuniv.cpp +++ b/src/univ/winuniv.cpp @@ -39,6 +39,7 @@ #include "wx/frame.h" #endif // WX_PRECOMP +#include "wx/log.h" #include "wx/univ/colschem.h" #include "wx/univ/renderer.h" #include "wx/univ/theme.h"