We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c949500 commit 8633fcfCopy full SHA for 8633fcf
libcxx/include/__flat_map/flat_map.h
@@ -19,6 +19,7 @@
19
#include <__algorithm/ranges_stable_sort.h>
20
#include <__algorithm/ranges_unique.h>
21
#include <__algorithm/ranges_upper_bound.h>
22
+#include <__algorithm/remove_if.h>
23
#include <__compare/synth_three_way.h>
24
#include <__concepts/convertible_to.h>
25
#include <__concepts/swappable.h>
@@ -52,10 +53,9 @@
52
53
#include <__type_traits/maybe_const.h>
54
#include <__utility/exception_guard.h>
55
#include <__utility/pair.h>
56
+#include <__vector/vector.h>
57
#include <initializer_list>
58
#include <stdexcept>
-#include <string>
-#include <vector>
59
60
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
61
# pragma GCC system_header
0 commit comments