Commit 135f729
committed
Fix builds with GCC 15
GCC 15 has more cleanups done in their include files, which results in
some declarations to be not indirectly brought into translation unit
anymore.
In this case there were errors in prefetch.h header about uint32_t
being undeclared. Let's include cstding header file to fix it.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>1 parent dc8d5e6 commit 135f729
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments