File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
external/llvm/releases/15.0.0/patches_external Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*========================== begin_copyright_notice ============================
2
+
3
+ Copyright (C) 2025 Intel Corporation
4
+
5
+ SPDX-License-Identifier: MIT
6
+
7
+ ============================= end_copyright_notice ===========================*/
8
+
9
+ /*========================== begin_copyright_notice ============================
10
+
11
+ Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
12
+ See https://llvm.org/LICENSE.txt for license information.
13
+ SPDX-License-Identifier: Apache-2.0 with LLVM-exception
14
+
15
+ ============================= end_copyright_notice ===========================*/
16
+ diff --git a/llvm/include/llvm/ADT/SmallVector.h b/llvm/include/llvm/ADT/SmallVector.h
17
+ index e34702bdbb3c..08fa2765a1c2 100644
18
+ --- a/llvm/include/llvm/ADT/SmallVector.h
19
+ +++ b/llvm/include/llvm/ADT/SmallVector.h
20
+ @@ -21,6 +21,7 @@
21
+ #include <cstddef>
22
+ #include <cstdlib>
23
+ #include <cstring>
24
+ + #include <cstdint>
25
+ #include <functional>
26
+ #include <initializer_list>
27
+ #include <iterator>
You can’t perform that action at this time.
0 commit comments