From a5998b9059191133fa720095179061f464bc5b98 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 10 Oct 2022 15:16:03 +0200 Subject: [PATCH] rlottie: fix build with gcc>=11 --- .../rlottie/patches/fix-missing-limits-include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/rlottie/patches/fix-missing-limits-include.patch diff --git a/srcpkgs/rlottie/patches/fix-missing-limits-include.patch b/srcpkgs/rlottie/patches/fix-missing-limits-include.patch new file mode 100644 index 00000000000..b72705dec82 --- /dev/null +++ b/srcpkgs/rlottie/patches/fix-missing-limits-include.patch @@ -0,0 +1,10 @@ +--- a/src/vector/vrle.cpp ++++ b/src/vector/vrle.cpp +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + #include "vdebug.h" + #include "vglobal.h" +