[libc++][PSTL] Implement std::count{,_if}
Reviewed By: ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D150128
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index 24d29fd..04a21c0 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -1802,6 +1802,7 @@
#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>