From f4f18ec514d42cec7a1368242015db1c3ad9da29 Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Wed, 16 May 2007 21:22:34 +0000 Subject: [PATCH] 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 --- test/cpp/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cpp/src/main.cpp b/test/cpp/src/main.cpp index 235f21a4..f048027a 100644 --- 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; -- 2.17.1