mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +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.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <string>
|
||||
#include <thorvg.h>
|
||||
#include <thorvg_lottie.h>
|
||||
#include "thorvg_capi.h"
|
||||
|
||||
using namespace std;
|
||||
|
|
Loading…
Add table
Reference in a new issue