X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ddb4d13585d5235556119fb1937273da9e433a3..dbc74bccc9d020281f2e1fcceb35323d45c91566:/src/xrc/xh_listbk.cpp?ds=sidebyside diff --git a/src/xrc/xh_listbk.cpp b/src/xrc/xh_listbk.cpp index c0d9742a6a..f75ae9f883 100644 --- a/src/xrc/xh_listbk.cpp +++ b/src/xrc/xh_listbk.cpp @@ -19,7 +19,10 @@ #include "wx/xrc/xh_listbk.h" -#include "wx/log.h" +#ifndef WX_PRECOMP + #include "wx/log.h" +#endif + #include "wx/listbook.h" #include "wx/imaglist.h" #include "wx/sizer.h"