Fix benchmarks compilation with WXWIN_COMPATIBILITY_2_8 set to 0.

Include wx/crt.h explicitly to be able to use wxPrintf() and friends.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2014-01-07 21:54:48 +00:00
parent 8b8dfdde4c
commit d14879f2bd

View File

@ -11,6 +11,7 @@
#define _WX_TESTS_BENCHMARKS_BENCH_H_
#include "wx/cpp.h"
#include "wx/crt.h"
#include "wx/defs.h"
namespace Bench