From e6b02f3f26913667312aad7646b9dbf6106b34c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 27 Jun 2003 09:59:00 +0000 Subject: [PATCH] another compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/msgout.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index 19f45aa4e3..c9994ce41d 100755 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -44,6 +44,10 @@ #include #include +#ifdef __WXMSW__ + #include "wx/msw/private.h" +#endif + // =========================================================================== // implementation // =========================================================================== -- 2.45.2