From 39a7c7e16787ee67ec80d0cc7993f7185836db53 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 7 Oct 1999 16:06:39 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/logg.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index bf9af38c48..9164360cec 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -45,6 +45,11 @@ #include "wx/file.h" #include "wx/textfile.h" +#ifdef __WXMSW__ + // for OutputDebugString() + #include "wx/msw/private.h" +#endif // Windows + // ---------------------------------------------------------------------------- // global variables // ---------------------------------------------------------------------------- -- 2.45.2