From 3fa022c8b694e7967e96595af48cb229f7237e46 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 31 Mar 2014 12:58:33 +0000 Subject: [PATCH] adding log for nonprecomp builds, hopefully fixes test compiles on builbot git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/drawing/plugindriver.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/drawing/plugindriver.cpp b/tests/drawing/plugindriver.cpp index c1b358ef05..b47225ef37 100644 --- a/tests/drawing/plugindriver.cpp +++ b/tests/drawing/plugindriver.cpp @@ -15,10 +15,14 @@ #pragma hdrstop #endif +#ifndef WX_PRECOMP + #include "wx/log.h" +#endif // WX_PRECOMP + #include "drawing.h" #if wxUSE_TEST_GC_DRAWING -#include +#include "wx/dynlib.h" void GraphicsContextDrawingTestCase::RunPluginsDrawingCase ( const DrawingTestCase & testCase)