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)