summaryrefslogtreecommitdiff
path: root/libcxx/include/algorithm
diff options
context:
space:
mode:
authorNikolas Klauser <n_klauser@apple.com>2023-06-06 08:42:40 -0700
committerNikolas Klauser <nikolasklauser@berlin.de>2023-06-06 08:42:59 -0700
commit7a3b528e1b540b4c98f4b557f917447481872749 (patch)
tree3c949a66028081d435d9ac17537bf642797580fa /libcxx/include/algorithm
parent30198bd788f4b0edd6b8978fe337b3aedd9df337 (diff)
[libc++][PSTL] Implement std::count{,_if}
Reviewed By: ldionne, #libc Spies: libcxx-commits Differential Revision: https://reviews.llvm.org/D150128
Diffstat (limited to 'libcxx/include/algorithm')
-rw-r--r--libcxx/include/algorithm1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index 24d29fd777f5..04a21c040ef8 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -1802,6 +1802,7 @@ template <class BidirectionalIterator, class Compare>
#include <__algorithm/prev_permutation.h>
#include <__algorithm/pstl_any_all_none_of.h>
#include <__algorithm/pstl_copy.h>
+#include <__algorithm/pstl_count.h>
#include <__algorithm/pstl_fill.h>
#include <__algorithm/pstl_find.h>
#include <__algorithm/pstl_for_each.h>