summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
diff options
context:
space:
mode:
authorAlexander Neben <alexander.neben@mongodb.com>2023-04-18 17:31:42 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-18 20:44:03 +0000
commit0905f3ed791f37bf232c0233be7bf208886744c8 (patch)
tree4b62bba3cdfc53f25d792d3dee567f9d5a961a9b /src/mongo/db/index
parent24c09afa20bb2dd94192182fabaffd09b3a80545 (diff)
downloadmongo-0905f3ed791f37bf232c0233be7bf208886744c8.tar.gz
SERVER-62997 Start building everything with c++20
Diffstat (limited to 'src/mongo/db/index')
-rw-r--r--src/mongo/db/index/expression_keys_private.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/expression_keys_private.cpp b/src/mongo/db/index/expression_keys_private.cpp
index 1d574121050..422526c5532 100644
--- a/src/mongo/db/index/expression_keys_private.cpp
+++ b/src/mongo/db/index/expression_keys_private.cpp
@@ -30,6 +30,7 @@
#include "mongo/db/index/expression_keys_private.h"
+#include <s2.h>
#include <s2cell.h>
#include <s2regioncoverer.h>
#include <utility>
@@ -43,7 +44,6 @@
#include "mongo/db/geo/geoconstants.h"
#include "mongo/db/geo/geometry_container.h"
#include "mongo/db/geo/geoparser.h"
-#include "mongo/db/geo/s2.h"
#include "mongo/db/index/2d_common.h"
#include "mongo/db/index/s2_common.h"
#include "mongo/db/index_names.h"