summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/geo_near.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/geo_near.cpp')
-rw-r--r--src/mongo/db/exec/geo_near.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/exec/geo_near.cpp b/src/mongo/db/exec/geo_near.cpp
index caea23bb79a..29ed167bd2d 100644
--- a/src/mongo/db/exec/geo_near.cpp
+++ b/src/mongo/db/exec/geo_near.cpp
@@ -46,10 +46,13 @@
#include "mongo/db/index/expression_params.h"
#include "mongo/util/log.h"
+#include <boost/scoped_ptr.hpp>
#include <algorithm>
namespace mongo {
+ using boost::scoped_ptr;
+
//
// Shared GeoNear search functionality
//