diff options
Diffstat (limited to 'libcxx/include/__algorithm/reverse.h')
-rw-r--r-- | libcxx/include/__algorithm/reverse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/__algorithm/reverse.h b/libcxx/include/__algorithm/reverse.h index 0202cd7..1bde1b0 100644 --- a/libcxx/include/__algorithm/reverse.h +++ b/libcxx/include/__algorithm/reverse.h @@ -15,6 +15,7 @@ #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) # pragma GCC system_header +# pragma clang include_instead(<algorithm>) #endif _LIBCPP_BEGIN_NAMESPACE_STD |