summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/modifier_table.cpp')
-rw-r--r--src/mongo/db/ops/modifier_table.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/ops/modifier_table.cpp b/src/mongo/db/ops/modifier_table.cpp
index 31d4095160a..2f4f2bd418d 100644
--- a/src/mongo/db/ops/modifier_table.cpp
+++ b/src/mongo/db/ops/modifier_table.cpp
@@ -48,6 +48,10 @@
#include "mongo/platform/unordered_map.h"
namespace mongo {
+
+ using std::make_pair;
+ using std::string;
+
namespace modifiertable {
namespace {