From: Václav Slavík Date: Fri, 27 Jun 2003 09:55:13 +0000 (+0000) Subject: Windows compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9cce3be7ae2ee83e51c3fa91423acfa390998eaf Windows compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 // ----------------------------------------------------------------------------