From: Mira Grudzinska Date: Sun, 10 Oct 2021 22:13:11 +0000 (+0200) Subject: svg2tvg: added missing array lib X-Git-Tag: submit/tizen/20211101.034658~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8d5c68beb490dbdaec7264c367475a93244d7b7;p=platform%2Fcore%2Fgraphics%2Ftizenvg.git svg2tvg: added missing array lib --- diff --git a/src/bin/svg2tvg/svg2tvg.cpp b/src/bin/svg2tvg/svg2tvg.cpp index 0c4d18aa..02f1eba7 100644 --- a/src/bin/svg2tvg/svg2tvg.cpp +++ b/src/bin/svg2tvg/svg2tvg.cpp @@ -23,6 +23,7 @@ #include #include #include +#include using namespace std; using namespace tvg; @@ -94,4 +95,4 @@ int main(int argc, char **argv) } return 0; -} \ No newline at end of file +}