summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Pasette <dan@10gen.com>2013-05-31 13:35:48 -0400
committerDan Pasette <dan@10gen.com>2013-05-31 13:35:48 -0400
commitd3f702443935daba7caf03366525b54028ee151e (patch)
treed3f21b7e93742f42202c2124e3eaa3f40b90b39d
parentf159ee9995d9f2fdd8505579f27ba6aaf235d53e (diff)
downloadmongo-d3f702443935daba7caf03366525b54028ee151e.tar.gz
SERVER-9808 - use boost/cstdint.h for v2.2
-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 {