From c74016378e0d6f94018d5d9661e356d50239cf67 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 8 Dec 1999 08:26:45 +0000 Subject: [PATCH] fixing compile problems for people who don't look at the rebuild logs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/choice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/choice.cpp b/src/msw/choice.cpp index 194f7942e8..c92de5c4cc 100644 --- a/src/msw/choice.cpp +++ b/src/msw/choice.cpp @@ -32,6 +32,7 @@ #include "wx/choice.h" #include "wx/utils.h" #include "wx/log.h" + #include "wx/settings.h" #endif #include "wx/msw/private.h" -- 2.47.2