diff options
Diffstat (limited to 'src/mongo/db')
| -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" |
