summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter/sorter.h
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-04 13:28:20 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 22:55:47 -0500
commit3ec53687da4702d348f1b55eda5e01bd26f36c4b (patch)
treeb2fc1a3315b952ee649d79752e80a5bd00fdb194 /src/mongo/db/sorter/sorter.h
parent738e17c6366b416b60dfcebaff99ee2a357c7fcf (diff)
downloadmongo-3ec53687da4702d348f1b55eda5e01bd26f36c4b.tar.gz
SERVER-13256 Remove shared_ptr from pch.h
Diffstat (limited to 'src/mongo/db/sorter/sorter.h')
-rw-r--r--src/mongo/db/sorter/sorter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/sorter/sorter.h b/src/mongo/db/sorter/sorter.h
index 216f7408e77..49840ddd94d 100644
--- a/src/mongo/db/sorter/sorter.h
+++ b/src/mongo/db/sorter/sorter.h
@@ -28,6 +28,7 @@
#pragma once
+#include <boost/shared_ptr.hpp>
#include <deque>
#include <fstream>
#include <string>