summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/restriction_environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/restriction_environment.h')
-rw-r--r--src/mongo/db/auth/restriction_environment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/auth/restriction_environment.h b/src/mongo/db/auth/restriction_environment.h
index a84a402ed42..6b6b279fe1c 100644
--- a/src/mongo/db/auth/restriction_environment.h
+++ b/src/mongo/db/auth/restriction_environment.h
@@ -29,8 +29,9 @@
#pragma once
+#include <memory>
+
#include "mongo/db/client.h"
-#include "mongo/stdx/memory.h"
#include "mongo/transport/session.h"
#include "mongo/util/net/sockaddr.h"