summaryrefslogtreecommitdiff
path: root/src/mongo/db/multi_key_path_tracker_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/multi_key_path_tracker_test.cpp')
-rw-r--r--src/mongo/db/multi_key_path_tracker_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/multi_key_path_tracker_test.cpp b/src/mongo/db/multi_key_path_tracker_test.cpp
index 3b992a819e9..7c19eb69dc9 100644
--- a/src/mongo/db/multi_key_path_tracker_test.cpp
+++ b/src/mongo/db/multi_key_path_tracker_test.cpp
@@ -37,7 +37,7 @@
#include "mongo/db/multi_key_path_tracker.h"
#include "mongo/unittest/unittest.h"
-#include "mongo/util/mongoutils/str.h"
+#include "mongo/util/str.h"
namespace mongo {
namespace {