Skip to content

Commit 5730c34

Browse files
committed
[libc] Add a missing math-function-macros.h include
This was accidentally omitted in llvm#96008.
1 parent 869ac40 commit 5730c34

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
@@ -12,6 +12,7 @@
1212
#ifdef LIBC_FULL_BUILD
1313

1414
#include "include/llvm-libc-macros/math-macros.h"
15+
#include "include/llvm-libc-macros/math-function-macros.h"
1516

1617
#else // Overlay mode
1718

0 commit comments

Comments
 (0)