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
This commit is contained in:
Vadim Zeitlin 2012-10-24 23:41:04 +00:00
parent 614e38dbb2
commit f94a952846

View File

@ -21,6 +21,7 @@
#ifdef __UNIX__
#include "wx/filename.h"
#include "wx/log.h"
#endif
// ----------------------------------------------------------------------------