summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor_test.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-04 10:32:42 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:27:20 -0500
commite6216fcecb292789846125db28165029727555b9 (patch)
tree77082346e8075d073958943e307bdbad406e8a0a /src/mongo/client/replica_set_monitor_test.cpp
parent99ce8f87a164d48fd899699bb678d456eaa1323a (diff)
downloadmongo-e6216fcecb292789846125db28165029727555b9.tar.gz
SERVER-13256 Remove smart_ptr.hpp from pch.h
Diffstat (limited to 'src/mongo/client/replica_set_monitor_test.cpp')
-rw-r--r--src/mongo/client/replica_set_monitor_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/client/replica_set_monitor_test.cpp b/src/mongo/client/replica_set_monitor_test.cpp
index 9316baefad9..d52b03f34bf 100644
--- a/src/mongo/client/replica_set_monitor_test.cpp
+++ b/src/mongo/client/replica_set_monitor_test.cpp
@@ -26,6 +26,8 @@
* then also delete it in the license file.
*/
+#include <boost/make_shared.hpp>
+
#include "mongo/client/connpool.h"
#include "mongo/client/dbclientinterface.h"
#include "mongo/client/dbclient_rs.h"