svg2tvg: added missing array lib
authorMira Grudzinska <m.grudzinska@samsung.com>
Sun, 10 Oct 2021 22:13:11 +0000 (00:13 +0200)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Oct 2021 00:42:27 +0000 (09:42 +0900)
src/bin/svg2tvg/svg2tvg.cpp

index 0c4d18a..02f1eba 100644 (file)
@@ -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
+}