From 81c7fc01bf4c8a832626dc711b0b35c086f018cb Mon Sep 17 00:00:00 2001 From: David Reiss Date: Mon, 28 Apr 2008 02:51:44 +0000 Subject: [PATCH] Add a missing include to Benchmark.cpp to make it build on Mac OS. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665667 13f79535-47bb-0310-9956-ffa450edef68 --- test/Benchmark.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Benchmark.cpp b/test/Benchmark.cpp index eede9ceb..82ea77d9 100644 --- a/test/Benchmark.cpp +++ b/test/Benchmark.cpp @@ -6,6 +6,7 @@ #include "gen-cpp/DebugProtoTest_types.h" #include #include "../lib/cpp/src/protocol/TDebugProtocol.h" +#include class Timer { public: -- 2.17.1