From d14879f2bdd403ad4a0fd7bce743d3d7253c26d8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 Jan 2014 21:54:48 +0000 Subject: [PATCH] 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 --- tests/benchmarks/bench.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/benchmarks/bench.h b/tests/benchmarks/bench.h index 64d769d571..128ebf10dd 100644 --- a/tests/benchmarks/bench.h +++ b/tests/benchmarks/bench.h @@ -11,6 +11,7 @@ #define _WX_TESTS_BENCHMARKS_BENCH_H_ #include "wx/cpp.h" +#include "wx/crt.h" #include "wx/defs.h" namespace Bench