summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/object_replace_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/update/object_replace_executor.h')
-rw-r--r--src/mongo/db/update/object_replace_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update/object_replace_executor.h b/src/mongo/db/update/object_replace_executor.h
index f141f169d6f..c2b38154560 100644
--- a/src/mongo/db/update/object_replace_executor.h
+++ b/src/mongo/db/update/object_replace_executor.h
@@ -30,12 +30,12 @@
#pragma once
#include <map>
+#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "mongo/db/update/update_executor.h"
-#include "mongo/stdx/memory.h"
namespace mongo {