From f94a9528463d05305073f73e6e013e29f109bcda Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 24 Oct 2012 23:41:04 +0000 Subject: [PATCH] PCH-less build fix for DynamicLibraryTestCase. 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/misc/dynamiclib.cpp b/tests/misc/dynamiclib.cpp index 7f69dc53b2..55d443c5a9 100644 --- a/tests/misc/dynamiclib.cpp +++ b/tests/misc/dynamiclib.cpp @@ -21,6 +21,7 @@ #ifdef __UNIX__ #include "wx/filename.h" + #include "wx/log.h" #endif // ---------------------------------------------------------------------------- -- 2.50.0