summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/sinhf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/generic/sinhf.cpp')
-rw-r--r--libc/src/math/generic/sinhf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/src/math/generic/sinhf.cpp b/libc/src/math/generic/sinhf.cpp
index d6158fd30253..63111f84de14 100644
--- a/libc/src/math/generic/sinhf.cpp
+++ b/libc/src/math/generic/sinhf.cpp
@@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//
#include "src/math/sinhf.h"
+#include "src/__support/FPUtil/FEnvImpl.h"
#include "src/__support/FPUtil/FPBits.h"
#include "src/__support/FPUtil/rounding_mode.h"
#include "src/__support/macros/config.h"