From c80b88ee29f34078d2149de94e27600093e6c7c0 Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Tue, 21 Jun 2022 13:26:40 -0700 Subject: [PATCH] [polly] #include For the usage of std::max in the header. Speculative fix for https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-windows-x64/b8810806780048763729/overview reported in https://reviews.llvm.org/D125263. --- polly/include/polly/Support/ISLTools.h | 1 + 1 file changed, 1 insertion(+) diff --git a/polly/include/polly/Support/ISLTools.h b/polly/include/polly/Support/ISLTools.h index 0aa7664..f7bc294 100644 --- a/polly/include/polly/Support/ISLTools.h +++ b/polly/include/polly/Support/ISLTools.h @@ -17,6 +17,7 @@ #include "llvm/ADT/Sequence.h" #include "llvm/ADT/iterator.h" #include "isl/isl-noexceptions.h" +#include #include /// In debug builds assert that the @p Size is valid, in non-debug builds -- 2.7.4