summaryrefslogtreecommitdiff
path: root/test/src/math/smoke/logf_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/math/smoke/logf_test.cpp')
-rw-r--r--test/src/math/smoke/logf_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/math/smoke/logf_test.cpp b/test/src/math/smoke/logf_test.cpp
index 21b39ee6896d..97b6bdde307b 100644
--- a/test/src/math/smoke/logf_test.cpp
+++ b/test/src/math/smoke/logf_test.cpp
@@ -6,11 +6,11 @@
//
//===----------------------------------------------------------------------===//
+#include "include/llvm-libc-macros/math-macros.h"
#include "src/__support/FPUtil/FPBits.h"
#include "src/math/logf.h"
#include "test/UnitTest/FPMatcher.h"
#include "test/UnitTest/Test.h"
-#include <math.h>
#include <stdint.h>