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:
468bfe9
)
Need using namespace boost in thrift threads test
author
Mark Slee
<mcslee@apache.org>
Wed, 16 May 2007 21:22:34 +0000
(21:22 +0000)
committer
Mark Slee
<mcslee@apache.org>
Wed, 16 May 2007 21:22:34 +0000
(21:22 +0000)
Reviewed By: jake luciani
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665119
13f79535
-47bb-0310-9956-
ffa450edef68
test/cpp/src/main.cpp
patch
|
blob
|
history
diff --git
a/test/cpp/src/main.cpp
b/test/cpp/src/main.cpp
index
235f21a
..
f048027
100644
(file)
--- a/
test/cpp/src/main.cpp
+++ b/
test/cpp/src/main.cpp
@@
-26,6
+26,7
@@
using __gnu_cxx::hash_map;
using __gnu_cxx::hash;
using namespace std;
+using namespace boost;
using namespace facebook::thrift;
using namespace facebook::thrift::protocol;