Fix a few missing std::string (du to removal of using namespace std in libcds)
[SXSI/TextCollection.git] / TCImplementation.cpp
index 4df5c69..130b1a2 100644 (file)
@@ -36,7 +36,7 @@ using std::vector;
 using std::pair;
 using std::make_pair;
 using std::map;
-
+using std::string;
 namespace SXSI
 {