]> git.saurik.com Git - wxWidgets.git/commitdiff
PCH-less build fix for DynamicLibraryTestCase.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 23:41:04 +0000 (23:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 23:41:04 +0000 (23:41 +0000)
Include wx/log.h needed by wxLogWarning().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/misc/dynamiclib.cpp

index 7f69dc53b23fbdf805f3fb12ef358ac46b21d62b..55d443c5a97d776b0319b2b0e2eaf2f8c6fd8f6c 100644 (file)
@@ -21,6 +21,7 @@
 
 #ifdef __UNIX__
     #include "wx/filename.h"
+    #include "wx/log.h"
 #endif
 
 // ----------------------------------------------------------------------------