Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bd3b168
)
Add a missing include to Benchmark.cpp to make it build on Mac OS.
author
David Reiss
<dreiss@apache.org>
Mon, 28 Apr 2008 02:51:44 +0000
(
02:51
+0000)
committer
David Reiss
<dreiss@apache.org>
Mon, 28 Apr 2008 02:51:44 +0000
(
02:51
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665667
13f79535
-47bb-0310-9956-
ffa450edef68
test/Benchmark.cpp
patch
|
blob
|
history
diff --git
a/test/Benchmark.cpp
b/test/Benchmark.cpp
index
eede9ce
..
82ea77d
100644
(file)
--- a/
test/Benchmark.cpp
+++ b/
test/Benchmark.cpp
@@
-6,6
+6,7
@@
#include "gen-cpp/DebugProtoTest_types.h"
#include <time.h>
#include "../lib/cpp/src/protocol/TDebugProtocol.h"
+#include <sys/time.h>
class Timer {
public: