X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c067fe3c1e752658c63b4d556eb6a5468213860..c9c023ddeb1ba8d5c50b8a2d7718b1dd18665b2b:/src/xrc/xh_panel.cpp diff --git a/src/xrc/xh_panel.cpp b/src/xrc/xh_panel.cpp index 6247d0600c..04a21ddfbd 100644 --- a/src/xrc/xh_panel.cpp +++ b/src/xrc/xh_panel.cpp @@ -18,8 +18,11 @@ #if wxUSE_XRC #include "wx/xrc/xh_panel.h" -#include "wx/panel.h" -#include "wx/frame.h" + +#ifndef WX_PRECOMP + #include "wx/panel.h" + #include "wx/frame.h" +#endif IMPLEMENT_DYNAMIC_CLASS(wxPanelXmlHandler, wxXmlResourceHandler)