Skip to content

Commit ce775e8

Browse files
alheineckeigcbot
authored andcommitted
Create fix_missing_cstdint_dev_gcc15.patch
---------------------------
1 parent 80068a0 commit ce775e8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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>

0 commit comments

Comments
 (0)