From b72a54d1a573e76d99aa4fa4d3334add1cabdc29 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Thu, 20 Sep 2001 22:08:10 +0000 Subject: [PATCH] MinGW compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/themes/win32.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/univ/themes/win32.cpp b/src/univ/themes/win32.cpp index 3f682335bc..fae4a4a885 100644 --- a/src/univ/themes/win32.cpp +++ b/src/univ/themes/win32.cpp @@ -38,6 +38,11 @@ #include "wx/scrolbar.h" #include "wx/slider.h" #include "wx/textctrl.h" + + #ifdef __WXMSW__ + // for COLOR_* constants + #include "wx/msw/private.h" + #endif #endif // WX_PRECOMP #include "wx/notebook.h" -- 2.47.2