We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a2267 commit 6407ad1Copy full SHA for 6407ad1
src/ankerl.unordered_dense.cpp
@@ -13,6 +13,7 @@ module;
13
# include <initializer_list> // for initializer_list
14
# include <iterator> // for pair, distance
15
# include <limits> // for numeric_limits
16
+# include <optional> // for optional
17
# include <memory> // for allocator, allocator_traits, shared_ptr
18
# include <optional> // for optional
19
# include <stdexcept> // for out_of_range
0 commit comments