From c14b17b45c1215b1d4a1495c161531d3e8936a34 Mon Sep 17 00:00:00 2001 From: redpony Date: Thu, 15 Jul 2010 21:55:55 +0000 Subject: fix potential namespace conflict: git-svn-id: https://ws10smt.googlecode.com/svn/trunk@271 ec762483-ff6d-05da-a07a-a48fb63a330f --- extools/extract.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extools/extract.cc') diff --git a/extools/extract.cc b/extools/extract.cc index 44cd51af..a9de142e 100644 --- a/extools/extract.cc +++ b/extools/extract.cc @@ -8,6 +8,7 @@ #include #include +#include #include "sentence_pair.h" #include "tdict.h" @@ -15,8 +16,9 @@ #include "array2d.h" using namespace std; -using namespace tr1; using namespace boost; +using std::tr1::unordered_map; +using boost::tuple; namespace { inline bool IsWhitespace(char c) { return c == ' ' || c == '\t'; } -- cgit v1.2.3