From: Vadim Zeitlin Date: Sun, 22 Oct 2006 11:38:33 +0000 (+0000) Subject: fix compilation with PCH (patch 1581936) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ce939fe1232b055eb1244df3d963820d861490e3?ds=inline fix compilation with PCH (patch 1581936) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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