summaryrefslogtreecommitdiff
path: root/src/mongo/db
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db')
-rwxr-xr-xsrc/mongo/db/auth/generate_action_types.py4
-rw-r--r--src/mongo/db/storage/record_store_test_harness.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/src/mongo/db/auth/generate_action_types.py b/src/mongo/db/auth/generate_action_types.py
index ee87fcb5204..5de15276a27 100755
--- a/src/mongo/db/auth/generate_action_types.py
+++ b/src/mongo/db/auth/generate_action_types.py
@@ -66,12 +66,12 @@ headerFileTemplate = """// AUTO-GENERATED FILE DO NOT EDIT
#pragma once
+#include <cstdint>
#include <iosfwd>
#include <map>
#include <string>
#include "mongo/base/status.h"
-#include "mongo/platform/cstdint.h"
namespace mongo {
@@ -148,11 +148,11 @@ sourceFileTemplate = """// AUTO-GENERATED FILE DO NOT EDIT
#include "mongo/db/auth/action_type.h"
+#include <cstdint>
#include <iostream>
#include <string>
#include "mongo/base/status.h"
-#include "mongo/platform/cstdint.h"
#include "mongo/util/mongoutils/str.h"
namespace mongo {
diff --git a/src/mongo/db/storage/record_store_test_harness.h b/src/mongo/db/storage/record_store_test_harness.h
index 818f29aec2c..69d7640047f 100644
--- a/src/mongo/db/storage/record_store_test_harness.h
+++ b/src/mongo/db/storage/record_store_test_harness.h
@@ -30,9 +30,10 @@
#pragma once
+#include <cstdint>
+
#include "mongo/db/operation_context_noop.h"
#include "mongo/db/service_context_noop.h"
-#include "mongo/platform/cstdint.h"
#include "mongo/stdx/memory.h"
namespace mongo {