summaryrefslogtreecommitdiff
path: root/src/third_party/s2/s2polygon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/s2/s2polygon.cc')
-rw-r--r--src/third_party/s2/s2polygon.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/s2/s2polygon.cc b/src/third_party/s2/s2polygon.cc
index a4a1e51dd3e..afd18467c63 100644
--- a/src/third_party/s2/s2polygon.cc
+++ b/src/third_party/s2/s2polygon.cc
@@ -29,8 +29,8 @@ using std::vector;
#include "s2polygonbuilder.h"
#include "s2polyline.h"
-#include "mongo/util/mongoutils/str.h"
-using mongoutils::str::stream;
+#include "mongo/util/str.h"
+using mongo::str::stream;
static const unsigned char kCurrentEncodingVersionNumber = 1;