[libc-commits] [libc] [llvm] [libc] Include algorithm.h to parser.h (PR #87125)
Caslyn Tonelli via libc-commits
libc-commits at lists.llvm.org
Sun Mar 31 13:05:56 PDT 2024
================
@@ -10,6 +10,7 @@
#define LLVM_LIBC_SRC_STDIO_PRINTF_CORE_PARSER_H
#include "include/llvm-libc-macros/stdfix-macros.h"
+#include "src/__support/CPP/algorithm.h" // max
----------------
Caslyn wrote:
Thanks @lntue - done.
https://github.com/llvm/llvm-project/pull/87125
More information about the libc-commits
mailing list