From cfde776724c2f214b962dc8077ddca8305ddd705 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 17 Apr 2008 21:46:22 +0000 Subject: Patch for improved compatibility with gcc 3.4 and boost 1.33 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@649294 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/perftest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/perftest.cpp') diff --git a/cpp/src/tests/perftest.cpp b/cpp/src/tests/perftest.cpp index b950e432f5..3dd4e876fc 100644 --- a/cpp/src/tests/perftest.cpp +++ b/cpp/src/tests/perftest.cpp @@ -39,6 +39,7 @@ #include #include #include +#include using namespace std; @@ -367,7 +368,7 @@ struct Controller : public Client { double time=secs(start, end); double txrate=opts.transfers/time; double mbytes=(txrate*opts.size)/(1024*1024); - + if (!opts.summary) { cout << endl << "Total " << opts.transfers << " transfers of " << opts.size << " bytes in " -- cgit v1.2.1