From 86e4f8ad085fa0d179e3f1ccb5b03c3471a11cec Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 2 May 2010 12:19:19 +0000 Subject: [PATCH] Fix PCH-less build after changes r64139. As wx/log.h is not included from wx/dynlib.h (via wx/msw/private.h) any longer, include it from here explicitly. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/volume.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/volume.cpp b/src/msw/volume.cpp index 36bf5d08cd..3ea20ccae4 100644 --- a/src/msw/volume.cpp +++ b/src/msw/volume.cpp @@ -32,6 +32,7 @@ #include "wx/icon.h" #endif #include "wx/intl.h" + #include "wx/log.h" #include "wx/hashmap.h" #include "wx/filefn.h" #endif // WX_PRECOMP -- 2.45.2