capi: added missing lottie header

Currently, the Lottie Animation API is not working due to the missing header.
This commit is contained in:
Jinny You 2024-03-06 11:29:15 +09:00 committed by Hermet Park
parent 4c8ceb3e0f
commit ecf030d650

View file

@ -20,8 +20,10 @@
* SOFTWARE.
*/
#include "config.h"
#include <string>
#include <thorvg.h>
#include <thorvg_lottie.h>
#include "thorvg_capi.h"
using namespace std;