Skip to content

Commit d99efd5

Browse files
authored
[libc] Add a missing math-function-macros.h include (llvm#98271)
This was accidentally omitted in llvm#96008.
1 parent 5347f92 commit d99efd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/hdr/math_macros.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#ifdef LIBC_FULL_BUILD
1313

14+
#include "include/llvm-libc-macros/math-function-macros.h"
1415
#include "include/llvm-libc-macros/math-macros.h"
1516

1617
#else // Overlay mode

0 commit comments

Comments
 (0)