summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/big_polygon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/geo/big_polygon.cpp')
-rw-r--r--src/mongo/db/geo/big_polygon.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/geo/big_polygon.cpp b/src/mongo/db/geo/big_polygon.cpp
index 10241db45dc..94723eb4cae 100644
--- a/src/mongo/db/geo/big_polygon.cpp
+++ b/src/mongo/db/geo/big_polygon.cpp
@@ -28,7 +28,6 @@
#include "mongo/db/geo/big_polygon.h"
-#include <boost/scoped_ptr.hpp>
#include <map>
#include "mongo/base/owned_pointer_vector.h"
@@ -36,7 +35,7 @@
namespace mongo {
- using boost::scoped_ptr;
+ using std::unique_ptr;
using std::unique_ptr;
using std::vector;