summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/document_shard_key_update_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/document_shard_key_update_util.cpp')
-rw-r--r--src/mongo/s/commands/document_shard_key_update_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/document_shard_key_update_util.cpp b/src/mongo/s/commands/document_shard_key_update_util.cpp
index f27c73b810e..86ae6ecf1f2 100644
--- a/src/mongo/s/commands/document_shard_key_update_util.cpp
+++ b/src/mongo/s/commands/document_shard_key_update_util.cpp
@@ -38,7 +38,7 @@
#include "mongo/s/write_ops/batched_command_response.h"
#include "mongo/s/write_ops/cluster_write.h"
#include "mongo/util/log.h"
-#include "mongo/util/mongoutils/str.h"
+#include "mongo/util/str.h"
namespace mongo {
namespace {