summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index')
-rw-r--r--src/mongo/db/index/2d_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/index/2d_common.h b/src/mongo/db/index/2d_common.h
index d237c18a1b2..d30b8cd07df 100644
--- a/src/mongo/db/index/2d_common.h
+++ b/src/mongo/db/index/2d_common.h
@@ -28,7 +28,6 @@
#pragma once
-#include <boost/shared_ptr.hpp>
#include <string>
#include <vector>
@@ -39,7 +38,7 @@ namespace mongo {
struct TwoDIndexingParams {
std::string geo;
std::vector<std::pair<std::string, int> > other;
- boost::shared_ptr<GeoHashConverter> geoHashConverter;
+ std::shared_ptr<GeoHashConverter> geoHashConverter;
};
} // namespace mongo