From: Vadim Zeitlin Date: Fri, 31 Dec 2010 19:38:49 +0000 (+0000) Subject: PCH-less compilation fix in recently added wxTangoArtProvider. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/91d98deb2f914f4e74564447cbd9b22c079d460d PCH-less compilation fix in recently added wxTangoArtProvider. The use of wxLogDebug() requires inclusion of wx/log.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/arttango.cpp b/src/common/arttango.cpp index 43d40e2064..49a47d7c1b 100644 --- a/src/common/arttango.cpp +++ b/src/common/arttango.cpp @@ -27,6 +27,7 @@ #ifndef WX_PRECOMP #include "wx/image.h" + #include "wx/log.h" #endif // WX_PRECOMP #include "wx/artprov.h"