X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c067fe3c1e752658c63b4d556eb6a5468213860..f7b06c8ce1bf0c34e4c5bde45181205101a5661e:/src/xrc/xh_scwin.cpp diff --git a/src/xrc/xh_scwin.cpp b/src/xrc/xh_scwin.cpp index 59988f7844..f205a72b7b 100644 --- a/src/xrc/xh_scwin.cpp +++ b/src/xrc/xh_scwin.cpp @@ -18,8 +18,12 @@ #if wxUSE_XRC #include "wx/xrc/xh_scwin.h" + +#ifndef WX_PRECOMP + #include "wx/frame.h" +#endif + #include "wx/scrolwin.h" -#include "wx/frame.h" IMPLEMENT_DYNAMIC_CLASS(wxScrolledWindowXmlHandler, wxXmlResourceHandler)