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
This commit is contained in:
parent
4399637c4c
commit
3fa022c8b6
1 changed files with 5 additions and 1 deletions
|
|
@ -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 <wx/dynlib.h>
|
||||
#include "wx/dynlib.h"
|
||||
|
||||
void GraphicsContextDrawingTestCase::RunPluginsDrawingCase (
|
||||
const DrawingTestCase & testCase)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue