summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_locks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/catalog/type_locks.cpp')
-rw-r--r--src/mongo/s/catalog/type_locks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/catalog/type_locks.cpp b/src/mongo/s/catalog/type_locks.cpp
index 2b5358e9cdb..707487ede7a 100644
--- a/src/mongo/s/catalog/type_locks.cpp
+++ b/src/mongo/s/catalog/type_locks.cpp
@@ -36,7 +36,7 @@
#include "mongo/bson/bsonobjbuilder.h"
#include "mongo/bson/util/bson_extract.h"
#include "mongo/util/assert_util.h"
-#include "mongo/util/mongoutils/str.h"
+#include "mongo/util/str.h"
namespace mongo {
const NamespaceString LocksType::ConfigNS("config.locks");