From ecf030d65030e3168e2b05581b18fe82c1d27c86 Mon Sep 17 00:00:00 2001 From: Jinny You Date: Wed, 6 Mar 2024 11:29:15 +0900 Subject: [PATCH] capi: added missing lottie header Currently, the Lottie Animation API is not working due to the missing header. --- src/bindings/capi/tvgCapi.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bindings/capi/tvgCapi.cpp b/src/bindings/capi/tvgCapi.cpp index 3053e98a..75b32a96 100644 --- a/src/bindings/capi/tvgCapi.cpp +++ b/src/bindings/capi/tvgCapi.cpp @@ -20,8 +20,10 @@ * SOFTWARE. */ +#include "config.h" #include #include +#include #include "thorvg_capi.h" using namespace std;