From 01b90bb52b9efb6cdc720e27a7323de3d8317586 Mon Sep 17 00:00:00 2001 From: Neo Xu Date: Tue, 28 Nov 2023 21:46:15 +0800 Subject: [PATCH] fix(make): fix compile break when using make (#4871) Signed-off-by: Xu Xingliang --- src/libs/thorvg/tvgCapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/thorvg/tvgCapi.cpp b/src/libs/thorvg/tvgCapi.cpp index e8affb53dd..203a11d092 100644 --- a/src/libs/thorvg/tvgCapi.cpp +++ b/src/libs/thorvg/tvgCapi.cpp @@ -24,7 +24,7 @@ #if LV_USE_THORVG_INTERNAL #include -#include +#include "thorvg.h" #include "thorvg_capi.h" using namespace std;