diff options
Diffstat (limited to 'libcxx/include/cmath')
| -rw-r--r-- | libcxx/include/cmath | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/include/cmath b/libcxx/include/cmath index 8bd55542ed92..2d22151684e0 100644 --- a/libcxx/include/cmath +++ b/libcxx/include/cmath @@ -304,13 +304,14 @@ constexpr long double lerp(long double a, long double b, long double t) noexcept */ +#include <__assert> // all public C++ headers provide the assertion handler #include <__config> #include <math.h> #include <type_traits> #include <version> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) -#pragma GCC system_header +# pragma GCC system_header #endif _LIBCPP_PUSH_MACROS |
