X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7c542d5c6104aa3a52b0cafda59dff03510e888..fc2d42090058bb7ebb9545b857a9a435ecbdd876:/src/xrc/xh_treebk.cpp diff --git a/src/xrc/xh_treebk.cpp b/src/xrc/xh_treebk.cpp index b2394c6dcf..8f2fdaedf3 100644 --- a/src/xrc/xh_treebk.cpp +++ b/src/xrc/xh_treebk.cpp @@ -19,9 +19,12 @@ #include "wx/xrc/xh_treebk.h" +#ifndef WX_PRECOMP + #include "wx/log.h" +#endif + #include "wx/treebook.h" #include "wx/imaglist.h" -#include "wx/log.h" IMPLEMENT_DYNAMIC_CLASS(wxTreebookXmlHandler, wxXmlResourceHandler)