From ce939fe1232b055eb1244df3d963820d861490e3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 Oct 2006 11:38:33 +0000 Subject: [PATCH] fix compilation with PCH (patch 1581936) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/benchmarks/printfbench.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/benchmarks/printfbench.cpp b/tests/benchmarks/printfbench.cpp index 49f5d8e433..4fa8c3dbee 100644 --- a/tests/benchmarks/printfbench.cpp +++ b/tests/benchmarks/printfbench.cpp @@ -17,7 +17,16 @@ // headers // ---------------------------------------------------------------------------- -#include +#include "testprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + +#ifndef WX_PRECOMP + #include +#endif // WX_PRECOMP + #include #include #include -- 2.45.2