summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/multikey_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/multikey_paths.h')
-rw-r--r--src/mongo/db/index/multikey_paths.h6
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"