X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..a0477b5a2b864a164a1012b3cfea03dc42e869ba:/src/xrc/xh_radbt.cpp diff --git a/src/xrc/xh_radbt.cpp b/src/xrc/xh_radbt.cpp index aff575219e..066433bab3 100644 --- a/src/xrc/xh_radbt.cpp +++ b/src/xrc/xh_radbt.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_radbt.cpp +// Name: src/xrc/xh_radbt.cpp // Purpose: XRC resource for wxRadioButton // Author: Bob Mitchell // Created: 2000/03/21 @@ -18,7 +18,10 @@ #if wxUSE_XRC && wxUSE_RADIOBTN #include "wx/xrc/xh_radbt.h" -#include "wx/radiobut.h" + +#ifndef WX_PRECOMP + #include "wx/radiobut.h" +#endif IMPLEMENT_DYNAMIC_CLASS(wxRadioButtonXmlHandler, wxXmlResourceHandler)