From: Vadim Zeitlin Date: Fri, 20 Mar 2009 11:53:54 +0000 (+0000) Subject: include wx/button.h to get wxBU_EXACTFIT declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/491016e54efb6413890678b7a3db405a13768237 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 --- 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)