From b6e4e44a15fa4648cf03844a1dd0bbf7510eb693 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 18 May 2004 12:15:58 +0000 Subject: [PATCH] wxSafeShowMessage needs wxString regardles wxUSE_LOG. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/log.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/log.h b/include/wx/log.h index 4f68880dd3..eb7a58c98a 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -30,9 +30,10 @@ typedef unsigned long wxLogLevel; // headers // ---------------------------------------------------------------------------- +#include "wx/string.h" + #if wxUSE_LOG -#include "wx/string.h" #include "wx/arrstr.h" #ifndef __WXWINCE__ -- 2.45.2