From 13f06c1bf00225c9bcca817b563b4338c0a335ac Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 22 Sep 2007 12:08:23 +0000 Subject: [PATCH] include wx/log.h to fix PCH-less compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wrapshl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/msw/wrapshl.h b/include/wx/msw/wrapshl.h index 472df7511d..195ae3f374 100644 --- a/include/wx/msw/wrapshl.h +++ b/include/wx/msw/wrapshl.h @@ -25,6 +25,8 @@ #include "wx/msw/winundef.h" +#include "wx/log.h" + // ---------------------------------------------------------------------------- // wxItemIdList implements RAII on top of ITEMIDLIST // ----------------------------------------------------------------------------