mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Need using namespace boost in thrift threads test
Reviewed By: jake luciani git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
468bfe9395
commit
f4f18ec514
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user