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" +