rlottie: fix build with gcc>=11

This commit is contained in:
Duncaen 2022-10-10 15:16:03 +02:00
parent e4f88fdb9f
commit a5998b9059
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -0,0 +1,10 @@
--- a/src/vector/vrle.cpp
+++ b/src/vector/vrle.cpp
@@ -28,6 +28,7 @@
#include <cstdlib>
#include <cstring>
#include <vector>
+#include <limits>
#include "vdebug.h"
#include "vglobal.h"