From 7322bbe14e8cfa2f8536a3b79fb4424db85953a5 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 27 Apr 2000 17:46:35 +0000 Subject: [PATCH] Further non-PCH fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/radiobox.cpp | 1 + src/msw/radiobut.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/msw/radiobox.cpp b/src/msw/radiobox.cpp index c705e4a933..08a5e32134 100644 --- a/src/msw/radiobox.cpp +++ b/src/msw/radiobox.cpp @@ -32,6 +32,7 @@ #include "wx/bitmap.h" #include "wx/brush.h" #include "wx/radiobox.h" + #include "wx/settings.h" #include "wx/log.h" #endif diff --git a/src/msw/radiobut.cpp b/src/msw/radiobut.cpp index 86afbdb5d4..6a10d9168d 100644 --- a/src/msw/radiobut.cpp +++ b/src/msw/radiobut.cpp @@ -24,6 +24,7 @@ #include #include "wx/setup.h" #include "wx/radiobut.h" +#include "wx/settings.h" #include "wx/brush.h" #endif