From c3900f28f292834cfebf1da8e883c0ff465071be Mon Sep 17 00:00:00 2001 From: spycat88 Date: Sun, 16 Nov 2025 15:55:36 +0000 Subject: [PATCH] flycast-lr: fix building with gcc15 --- .../patches/001-fix-building-with-gcc15.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 projects/ROCKNIX/packages/emulators/libretro/flycast-lr/patches/001-fix-building-with-gcc15.patch diff --git a/projects/ROCKNIX/packages/emulators/libretro/flycast-lr/patches/001-fix-building-with-gcc15.patch b/projects/ROCKNIX/packages/emulators/libretro/flycast-lr/patches/001-fix-building-with-gcc15.patch new file mode 100644 index 0000000000..84157201e5 --- /dev/null +++ b/projects/ROCKNIX/packages/emulators/libretro/flycast-lr/patches/001-fix-building-with-gcc15.patch @@ -0,0 +1,10 @@ +--- a/core/deps/glslang/SPIRV/SpvBuilder.h ++++ b/core/deps/glslang/SPIRV/SpvBuilder.h +@@ -63,6 +63,7 @@ + #include + #include + #include ++#include + + namespace spv { +