projects
/
platform
/
core
/
graphics
/
tizenvg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49a07fc
)
svg2tvg: added missing array lib
author
Mira Grudzinska
<m.grudzinska@samsung.com>
Sun, 10 Oct 2021 22:13:11 +0000
(
00:13
+0200)
committer
JunsuChoi
<jsuya.choi@samsung.com>
Fri, 15 Oct 2021 00:42:27 +0000
(09:42 +0900)
src/bin/svg2tvg/svg2tvg.cpp
patch
|
blob
|
history
diff --git
a/src/bin/svg2tvg/svg2tvg.cpp
b/src/bin/svg2tvg/svg2tvg.cpp
index 0c4d18aa8ce8858653f585d67944874739313a4f..02f1eba7762238bf929e74386a784111151601d0 100644
(file)
--- a/
src/bin/svg2tvg/svg2tvg.cpp
+++ b/
src/bin/svg2tvg/svg2tvg.cpp
@@
-23,6
+23,7
@@
#include <iostream>
#include <thorvg.h>
#include <vector>
+#include <array>
using namespace std;
using namespace tvg;
@@
-94,4
+95,4
@@
int main(int argc, char **argv)
}
return 0;
-}
\ No newline at end of file
+}