Skip to content

[libc] Add a missing math-function-macros.h include #98271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

petrhosek
Copy link
Member

This was accidentally omitted in #96008.

@petrhosek petrhosek added the libc label Jul 10, 2024
@petrhosek petrhosek requested a review from lntue July 10, 2024 05:05
@llvmbot
Copy link
Member

llvmbot commented Jul 10, 2024

@llvm/pr-subscribers-libc

Author: Petr Hosek (petrhosek)

Changes

This was accidentally omitted in #96008.


Full diff: https://github.com/llvm/llvm-project/pull/98271.diff

1 Files Affected:

  • (modified) libc/hdr/math_macros.h (+1)
diff --git a/libc/hdr/math_macros.h b/libc/hdr/math_macros.h
index 863451123f3f8..0867ccd4743a8 100644
--- a/libc/hdr/math_macros.h
+++ b/libc/hdr/math_macros.h
@@ -12,6 +12,7 @@
 #ifdef LIBC_FULL_BUILD
 
 #include "include/llvm-libc-macros/math-macros.h"
+#include "include/llvm-libc-macros/math-function-macros.h"
 
 #else // Overlay mode
 

Copy link

github-actions bot commented Jul 10, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

@petrhosek petrhosek merged commit d99efd5 into llvm:main Jul 10, 2024
4 of 5 checks passed
petrhosek added a commit to petrhosek/llvm-project that referenced this pull request Jul 10, 2024
aaryanshukla pushed a commit to aaryanshukla/llvm-project that referenced this pull request Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants