mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-09 14:13:43 +00:00
capi: added missing lottie header
Currently, the Lottie Animation API is not working due to the missing header.
This commit is contained in:
parent
4c8ceb3e0f
commit
ecf030d650
1 changed files with 2 additions and 0 deletions
|
@ -20,8 +20,10 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <thorvg.h>
|
#include <thorvg.h>
|
||||||
|
#include <thorvg_lottie.h>
|
||||||
#include "thorvg_capi.h"
|
#include "thorvg_capi.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
Loading…
Add table
Reference in a new issue