projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c24a21f
)
Fixed build with GCC 11.
accepted/tizen/unified/20201102.124239
submit/tizen/20201101.231042
author
Vitaly Zaitsev
<vitaly@easycoding.org>
Sat, 17 Oct 2020 14:12:07 +0000
(16:12 +0200)
committer
Jongmin Lee
<jm105.lee@samsung.com>
Sun, 1 Nov 2020 21:38:06 +0000
(06:38 +0900)
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
src/vector/vrle.cpp
patch
|
blob
|
history
diff --git
a/src/vector/vrle.cpp
b/src/vector/vrle.cpp
index c7a520f59873b47811cbd8c929bf271268f08bfd..379f8eda072ef8ca47892891702b8859ad9997d6 100644
(file)
--- 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"