summaryrefslogtreecommitdiff
path: root/src/mongo/s/strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/strategy.cpp')
-rw-r--r--src/mongo/s/strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/strategy.cpp b/src/mongo/s/strategy.cpp
index 5fa32cba9bd..784bca5c545 100644
--- a/src/mongo/s/strategy.cpp
+++ b/src/mongo/s/strategy.cpp
@@ -70,7 +70,7 @@
namespace mongo {
using std::unique_ptr;
- using boost::shared_ptr;
+ using std::shared_ptr;
using std::endl;
using std::set;
using std::string;