compute-runtime/shared/offline_compiler/source/decoder
Daniel Bermond e0362a7c39 build: add missing headers for GCC 15
For using fixed width integer types[1], the `<cstdint>`[2]
C++ header needs to be explicitly included with GCC 15 due
to changes[3] in libstdc++.

For details, see the documentation[4] about porting to GCC 15.

[1] https://en.cppreference.com/w/cpp/types/integer
[2] https://en.cppreference.com/w/cpp/header/cstdint
[3] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84
[4] https://gcc.gnu.org/gcc-15/porting_to.html#cxx

Signed-off-by: Daniel Bermond <dbermond@archlinux.org>
2025-05-19 15:31:32 +02:00
..
binary_decoder.cpp fix: remove redundant saveOutput method in ocloc 2024-03-04 15:28:42 +01:00
binary_decoder.h fix: remove redundant saveOutput method in ocloc 2024-03-04 15:28:42 +01:00
binary_encoder.cpp fix: ocloc - Add support for verbose mode 2024-01-24 15:32:28 +01:00
binary_encoder.h Cleanup includes 57 2023-02-17 11:19:59 +01:00
helper.cpp refactor: mock filesystem in ocloc ult pt.1 2025-04-08 16:08:42 +02:00
helper.h refactor: Change wording from NonCopyableOrMovable to NonCopyableAndNonMovable 2025-02-17 14:19:10 +01:00
iga_stubs.cpp Copyright header update 2021-05-17 20:38:19 +02:00
iga_wrapper.cpp fix: correct loading L0 loader functions 2024-10-17 15:39:20 +02:00
iga_wrapper.h build: add missing headers for GCC 15 2025-05-19 15:31:32 +02:00
translate_platform.cpp Copyright header update 2021-05-17 20:38:19 +02:00
translate_platform_base.h fix(ocloc): add 'asm' and 'disasm' support for PTL 2025-02-03 15:04:46 +01:00
zebin_manipulator.cpp refactor: remove not used usings/typedefs/variables 2024-11-28 16:19:39 +01:00
zebin_manipulator.h build: add clang-tidy restriction for Enum case 2023-12-21 08:58:51 +01:00