summaryrefslogtreecommitdiff
path: root/src/mongo/bson/timestamp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/timestamp.cpp')
-rw-r--r--src/mongo/bson/timestamp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/timestamp.cpp b/src/mongo/bson/timestamp.cpp
index 68d63d63e3f..299fd87045f 100644
--- a/src/mongo/bson/timestamp.cpp
+++ b/src/mongo/bson/timestamp.cpp
@@ -28,12 +28,12 @@
#include "mongo/bson/bsontypes.h"
#include "mongo/bson/timestamp.h"
+#include <cstdint>
#include <ctime>
#include <iostream>
#include <limits>
#include <sstream>
-#include "mongo/platform/cstdint.h"
#include "mongo/util/time_support.h"
namespace mongo {