summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_element_iterator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/fts/fts_element_iterator.cpp')
-rw-r--r--src/mongo/db/fts/fts_element_iterator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/fts/fts_element_iterator.cpp b/src/mongo/db/fts/fts_element_iterator.cpp
index 477822371a4..f57e1097c14 100644
--- a/src/mongo/db/fts/fts_element_iterator.cpp
+++ b/src/mongo/db/fts/fts_element_iterator.cpp
@@ -39,6 +39,8 @@ namespace mongo {
namespace fts {
+ using std::string;
+
extern const double DEFAULT_WEIGHT;
extern const double MAX_WEIGHT;