summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/bson/bsonelement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/bson/bsonelement.h b/src/mongo/bson/bsonelement.h
index 00496165bc4..fe4cebd19af 100644
--- a/src/mongo/bson/bsonelement.h
+++ b/src/mongo/bson/bsonelement.h
@@ -17,13 +17,13 @@
#pragma once
+#include <boost/cstdint.hpp>
#include <string.h> // strlen
#include <string>
#include <vector>
#include "mongo/bson/bsontypes.h"
#include "mongo/bson/oid.h"
-#include "mongo/platform/cstdint.h"
#include "mongo/platform/float_utils.h"
namespace mongo {