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:
d55f5b1
)
fix missing header in windows
62/209662/1
submit/tizen/20190718.020831
author
subhransu mohanty
<sub.mohanty@samsung.com>
Wed, 10 Jul 2019 01:40:56 +0000
(10:40 +0900)
committer
Hermet Park
<hermetpark@gmail.com>
Wed, 10 Jul 2019 02:00:12 +0000
(11:00 +0900)
Change-Id: I6e743b16d89ee772541f4e4f430c7e3fc114813d
src/lottie/lottiemodel.h
patch
|
blob
|
history
diff --git
a/src/lottie/lottiemodel.h
b/src/lottie/lottiemodel.h
index 2c9253376d5b0264fe096f481bfdecdcd9aad1aa..7bbcb39b04c6c74349a2bc012bd9fe9825c77389 100644
(file)
--- a/
src/lottie/lottiemodel.h
+++ b/
src/lottie/lottiemodel.h
@@
-22,6
+22,7
@@
#include<vector>
#include<memory>
#include<unordered_map>
+#include<algorithm>
#include <cmath>
#include"vpoint.h"
#include"vrect.h"