diff options
Diffstat (limited to 'libc/src/math/generic/atan2f.cpp')
| -rw-r--r-- | libc/src/math/generic/atan2f.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/src/math/generic/atan2f.cpp b/libc/src/math/generic/atan2f.cpp index b79410dbf66e..e4b297c00f01 100644 --- a/libc/src/math/generic/atan2f.cpp +++ b/libc/src/math/generic/atan2f.cpp @@ -14,9 +14,10 @@ #include "src/__support/FPUtil/multiply_add.h" #include "src/__support/FPUtil/nearest_integer.h" #include "src/__support/FPUtil/rounding_mode.h" +#include "src/__support/macros/config.h" #include "src/__support/macros/optimization.h" // LIBC_UNLIKELY -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { namespace { @@ -303,4 +304,4 @@ LLVM_LIBC_FUNCTION(float, atan2f, (float y, float x)) { const_term); } -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
