package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
296 B
12 lines
296 B
diff --git a/src/vector/vrle.cpp b/src/vector/vrle.cpp |
|
index c7a520f5..379f8eda 100644 |
|
--- a/src/vector/vrle.cpp |
|
+++ b/src/vector/vrle.cpp |
|
@@ -27,6 +27,7 @@ |
|
#include <array> |
|
#include <cstdlib> |
|
#include <cstring> |
|
+#include <limits> |
|
#include <vector> |
|
#include "vdebug.h" |
|
#include "vglobal.h"
|
|
|