X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..e319bb30f7e88242f56144fcc279b57047566a6b:/src/xrc/xh_scrol.cpp diff --git a/src/xrc/xh_scrol.cpp b/src/xrc/xh_scrol.cpp index 2d46ddb697..3916339bd5 100644 --- a/src/xrc/xh_scrol.cpp +++ b/src/xrc/xh_scrol.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_scrol.cpp +// Name: src/xrc/xh_scrol.cpp // Purpose: XRC resource for wxScrollBar // Author: Brian Gavin // Created: 2000/09/09 @@ -18,7 +18,10 @@ #if wxUSE_XRC && wxUSE_SCROLLBAR #include "wx/xrc/xh_scrol.h" -#include "wx/scrolbar.h" + +#ifndef WX_PRECOMP + #include "wx/scrolbar.h" +#endif IMPLEMENT_DYNAMIC_CLASS(wxScrollBarXmlHandler, wxXmlResourceHandler)