summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/atan2f.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/generic/atan2f.cpp')
-rw-r--r--libc/src/math/generic/atan2f.cpp5
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