Skip to content

Commit 1c241bb

Browse files
committed
[libc] Missing FEnvImpl.h dependency on math.h
FEnvImpl.h includes math.h and so needs an explicit dependency. Differential Revision: https://reviews.llvm.org/D154044
1 parent c2d7ee7 commit 1c241bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/__support/FPUtil/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ add_header_library(
44
FEnvImpl.h
55
DEPENDS
66
libc.include.fenv
7+
libc.include.math
78
libc.src.__support.macros.attributes
89
)
910

0 commit comments

Comments
 (0)