diff --git a/external/llvm/releases/15.0.0/patches_external/add_missing_cstdint_include_gcc15.patch b/external/llvm/releases/15.0.0/patches_external/add_missing_cstdint_include_gcc15.patch new file mode 100644 index 000000000000..077967ed4026 --- /dev/null +++ b/external/llvm/releases/15.0.0/patches_external/add_missing_cstdint_include_gcc15.patch @@ -0,0 +1,27 @@ +/*========================== begin_copyright_notice ============================ + +Copyright (C) 2025 Intel Corporation + +SPDX-License-Identifier: MIT + +============================= end_copyright_notice ===========================*/ + +/*========================== begin_copyright_notice ============================ + +Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +See https://llvm.org/LICENSE.txt for license information. +SPDX-License-Identifier: Apache-2.0 with LLVM-exception + +============================= end_copyright_notice ===========================*/ +diff --git a/llvm/include/llvm/ADT/SmallVector.h b/llvm/include/llvm/ADT/SmallVector.h +index e34702bdbb3c..08fa2765a1c2 100644 +--- a/llvm/include/llvm/ADT/SmallVector.h ++++ b/llvm/include/llvm/ADT/SmallVector.h +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include + #include + #include