summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.h
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-03 14:11:49 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:26:59 -0500
commit939db8fd31790eff642abd446552294c66c5ff8a (patch)
tree88f6703b4b07db958470dec2bea40d59629a37d5 /src/mongo/s/chunk.h
parent60e074c4c123f559c126ea01877e7bdc33f1bbbd (diff)
downloadmongo-939db8fd31790eff642abd446552294c66c5ff8a.tar.gz
SERVER-13256 Move ptr<T> out of goodies to own header
Diffstat (limited to 'src/mongo/s/chunk.h')
-rw-r--r--src/mongo/s/chunk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/chunk.h b/src/mongo/s/chunk.h
index 8d9f3a6e8e3..1ec82d39488 100644
--- a/src/mongo/s/chunk.h
+++ b/src/mongo/s/chunk.h
@@ -38,6 +38,7 @@
#include "mongo/s/shard.h"
#include "mongo/s/shard_key_pattern.h"
#include "mongo/util/concurrency/ticketholder.h"
+#include "mongo/util/ptr.h"
namespace mongo {