From 491016e54efb6413890678b7a3db405a13768237 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 20 Mar 2009 11:53:54 +0000 Subject: [PATCH] include wx/button.h to get wxBU_EXACTFIT declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/xrc/xh_tglbtn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xrc/xh_tglbtn.cpp b/src/xrc/xh_tglbtn.cpp index c5f0b559e7..174252ae28 100644 --- a/src/xrc/xh_tglbtn.cpp +++ b/src/xrc/xh_tglbtn.cpp @@ -19,6 +19,7 @@ #include "wx/xrc/xh_tglbtn.h" #include "wx/tglbtn.h" +#include "wx/button.h" // solely for wxBU_EXACTFIT IMPLEMENT_DYNAMIC_CLASS(wxToggleButtonXmlHandler, wxXmlResourceHandler) -- 2.45.2