From 9cce3be7ae2ee83e51c3fa91423acfa390998eaf Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 27 Jun 2003 09:55:13 +0000 Subject: [PATCH] Windows compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/log.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/log.cpp b/src/common/log.cpp index 53de91f046..6e51ac79dd 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -51,6 +51,10 @@ #include #include +#if defined(__WINDOWS__) + #include "wx/msw/private.h" // includes windows.h +#endif + // ---------------------------------------------------------------------------- // non member functions // ---------------------------------------------------------------------------- -- 2.45.2