summaryrefslogtreecommitdiff
path: root/src/mongo/s/cursors.h
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/s/cursors.h
parente782819da4ce547272c653ec85984cacf5e60ff2 (diff)
downloadmongo-738e17c6366b416b60dfcebaff99ee2a357c7fcf.tar.gz
SERVER-13256 Remove boost/utility from pch.h
Diffstat (limited to 'src/mongo/s/cursors.h')
-rw-r--r--src/mongo/s/cursors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/cursors.h b/src/mongo/s/cursors.h
index 8269b2def5d..0eb2aa677aa 100644
--- a/src/mongo/s/cursors.h
+++ b/src/mongo/s/cursors.h
@@ -35,6 +35,7 @@
#include "mongo/pch.h"
#undef MONGO_PCH_WHITELISTED
+#include <boost/noncopyable.hpp>
#include <string>
#include "mongo/client/parallel.h"