diff options
| author | Dan Larkin-York <dan.larkin-york@mongodb.com> | 2023-12-01 17:55:37 +0000 |
|---|---|---|
| committer | MongoDB Bot <mongo-bot@mongodb.com> | 2023-12-19 20:25:56 +0000 |
| commit | 882248b8276837e1e4107df87c61842917ff78e7 (patch) | |
| tree | 5f182fc3ef3193bca88e23a45c01af8ebc7852c6 /src | |
| parent | 9e396a43581d2de0ada21633fabdc82796b97434 (diff) | |
SERVER-83485 Fix includes for multikey pathsr7.0.5-rc0r7.0.5
(cherry picked from commit 8bd102102b26579cb75432e1822e0f9769921f57)
GitOrigin-RevId: 7809d71e84e314b497f282ea8aa06d7ded3eb205
Diffstat (limited to 'src')
| -rw-r--r-- | src/mongo/db/index/multikey_paths.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mongo/db/index/multikey_paths.h b/src/mongo/db/index/multikey_paths.h index 5982400625e..91b9ad6e88d 100644 --- a/src/mongo/db/index/multikey_paths.h +++ b/src/mongo/db/index/multikey_paths.h @@ -29,10 +29,12 @@ #pragma once +#include <cstddef> +#include <functional> +#include <string> + #include <boost/container/flat_set.hpp> #include <boost/container/small_vector.hpp> -#include <cstddef> -#include <vector> #include "mongo/bson/bson_depth.h" |
