diff options
Diffstat (limited to 'libcxx/include/float.h')
-rw-r--r-- | libcxx/include/float.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/include/float.h b/libcxx/include/float.h index 275388e3f40..f890c680851 100644 --- a/libcxx/include/float.h +++ b/libcxx/include/float.h @@ -61,12 +61,13 @@ Macros: */ #include <__config> -#include_next <float.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header #endif +#include_next <float.h> + #ifndef FLT_EVAL_METHOD #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ #endif |