From bac409a0049c3577abd2fb5fa875f9bc30bce66c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 23 Aug 2002 16:00:32 +0000 Subject: [PATCH] compilation fix for !WX_PRECOMP git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/button.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/button.cpp b/src/msw/button.cpp index 35effc181d..6f5cb6782d 100644 --- a/src/msw/button.cpp +++ b/src/msw/button.cpp @@ -31,6 +31,7 @@ #if wxUSE_BUTTON #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/button.h" #include "wx/brush.h" #include "wx/panel.h" -- 2.47.2