From 148c6987a4a1e42a2bd8a12b45cb9da7af6efe91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 31 Mar 2024 08:22:24 +0700 Subject: [PATCH] endless-sky-gl21: fix build --- .../patches/fix-include.patch | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/endless-sky-gl21/patches/fix-include.patch diff --git a/srcpkgs/endless-sky-gl21/patches/fix-include.patch b/srcpkgs/endless-sky-gl21/patches/fix-include.patch new file mode 100644 index 00000000000..a434e09cc5d --- /dev/null +++ b/srcpkgs/endless-sky-gl21/patches/fix-include.patch @@ -0,0 +1,20 @@ +--- a/source/ImageBuffer.h ++++ b/source/ImageBuffer.h +@@ -13,6 +13,7 @@ PARTICULAR PURPOSE. See the GNU General + #ifndef IMAGE_BUFFER_H_ + #define IMAGE_BUFFER_H_ + ++#include + #include + + +--- a/source/Sound.cpp ++++ b/source/Sound.cpp +@@ -21,6 +21,7 @@ PARTICULAR PURPOSE. See the GNU General + #include + #endif + ++#include + #include + #include +