From 6b81a8eabe78928856c360b14e528c900be852ce Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 1 Jul 2008 16:09:44 +0000 Subject: [PATCH] compilation fix for PCH-less build after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/radiobut.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/radiobut.cpp b/src/msw/radiobut.cpp index 317d79957a..f3d6507c8c 100644 --- a/src/msw/radiobut.cpp +++ b/src/msw/radiobut.cpp @@ -31,6 +31,7 @@ #ifndef WX_PRECOMP #include "wx/settings.h" #include "wx/dcscreen.h" + #include "wx/toplevel.h" #endif #include "wx/msw/private.h" -- 2.45.2