From b76069e27f07c9c2fe0557cc9ae9ebbb24370023 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sun, 20 Jun 2004 09:14:18 +0000 Subject: [PATCH] Compilation fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/filefn.h | 1 + include/wx/log.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 7c825eda5f..03fa8300d2 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -17,6 +17,7 @@ #endif #include "wx/list.h" +#include "wx/arrstr.h" #ifndef __WXWINCE__ #include diff --git a/include/wx/log.h b/include/wx/log.h index 6de7068a44..89e0d41dc2 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -496,7 +496,7 @@ DECLARE_LOG_FUNCTION(Status); #if wxUSE_GUI // this one is the same as previous except that it allows to explicitly - class wxFrame; + class WXDLLEXPORT wxFrame; // specify the frame to which the output should go DECLARE_LOG_FUNCTION2_EXP(Status, wxFrame *pFrame, WXDLLIMPEXP_CORE); #endif // wxUSE_GUI -- 2.45.2