Skip to content

Commit 68e4633

Browse files
include find_if and any_of in the headers
1 parent 91305de commit 68e4633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/include/__algorithm/find_first_of.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
#ifndef _LIBCPP___ALGORITHM_FIND_FIRST_OF_H
1111
#define _LIBCPP___ALGORITHM_FIND_FIRST_OF_H
1212

13+
#include <__algorithm/any_of.h>
1314
#include <__algorithm/comp.h>
15+
#include <__algorithm/find_if.h>
1416
#include <__config>
1517

1618
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)

0 commit comments

Comments
 (0)