summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/mutable/document.h')
-rw-r--r--src/mongo/bson/mutable/document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/mutable/document.h b/src/mongo/bson/mutable/document.h
index 30c79f1552b..3a24eac74cc 100644
--- a/src/mongo/bson/mutable/document.h
+++ b/src/mongo/bson/mutable/document.h
@@ -27,6 +27,7 @@
#pragma once
+#include <cstdint>
#include "mongo/base/disallow_copying.h"
#include "mongo/base/string_data.h"
@@ -34,7 +35,6 @@
#include "mongo/bson/mutable/damage_vector.h"
#include "mongo/bson/mutable/element.h"
#include "mongo/db/jsobj.h"
-#include "mongo/platform/cstdint.h"
#include "mongo/util/safe_num.h"
namespace mongo {