mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-12 07:32:20 +00:00
svg2tvg: added missing array lib
This commit is contained in:
parent
dad6c71b6c
commit
883e44ad40
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <iostream>
|
||||
#include <thorvg.h>
|
||||
#include <vector>
|
||||
#include <array>
|
||||
|
||||
using namespace std;
|
||||
using namespace tvg;
|
||||
|
|
Loading…
Add table
Reference in a new issue