]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix PCH-less build after changes r64139.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 May 2010 12:19:19 +0000 (12:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 May 2010 12:19:19 +0000 (12:19 +0000)
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

index 36bf5d08cdbed53379513f7316290ffe100a2e1b..3ea20ccae4a7c4083df78632a96d5acf68ca5c5f 100644 (file)
@@ -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