summaryrefslogtreecommitdiff
path: root/src/mongo/bson
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-04 12:45:38 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:52:21 -0500
commit738e17c6366b416b60dfcebaff99ee2a357c7fcf (patch)
tree1833503ec1860a609efc6e715ec1ec6ca8f1b919 /src/mongo/bson
parente782819da4ce547272c653ec85984cacf5e60ff2 (diff)
downloadmongo-738e17c6366b416b60dfcebaff99ee2a357c7fcf.tar.gz
SERVER-13256 Remove boost/utility from pch.h
Diffstat (limited to 'src/mongo/bson')
-rw-r--r--src/mongo/bson/bsonmisc.h1
-rw-r--r--src/mongo/bson/bsonobjbuilder.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/bson/bsonmisc.h b/src/mongo/bson/bsonmisc.h
index af96981128e..ca23ab8b24f 100644
--- a/src/mongo/bson/bsonmisc.h
+++ b/src/mongo/bson/bsonmisc.h
@@ -29,6 +29,7 @@
#pragma once
+#include <boost/noncopyable.hpp>
#include <memory>
#include "mongo/bson/bsonelement.h"
diff --git a/src/mongo/bson/bsonobjbuilder.h b/src/mongo/bson/bsonobjbuilder.h
index cf84f004221..65c2e8f0d66 100644
--- a/src/mongo/bson/bsonobjbuilder.h
+++ b/src/mongo/bson/bsonobjbuilder.h
@@ -34,6 +34,7 @@
#pragma once
+#include <boost/noncopyable.hpp>
#include <boost/static_assert.hpp>
#include <map>
#include <cmath>