From 16e9cbb43ceb49f7c03aed5ee921d2deff9ea4ce Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 9 Oct 2022 18:47:27 +0200 Subject: [PATCH] openmsx: fix build with gcc>=12 --- srcpkgs/openmsx/patches/fix-build.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/openmsx/patches/fix-build.patch diff --git a/srcpkgs/openmsx/patches/fix-build.patch b/srcpkgs/openmsx/patches/fix-build.patch new file mode 100644 index 00000000000..fd697427446 --- /dev/null +++ b/srcpkgs/openmsx/patches/fix-build.patch @@ -0,0 +1,10 @@ +--- a/src/file/FileBase.hh ++++ b/src/file/FileBase.hh +@@ -5,6 +5,7 @@ + #include "span.hh" + #include + #include ++#include + + namespace openmsx { +