fix(make): fix compile break when using make (#4871)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2023-11-28 21:46:15 +08:00
committed by GitHub
parent e2646e0f01
commit 01b90bb52b
+1 -1
View File
@@ -24,7 +24,7 @@
#if LV_USE_THORVG_INTERNAL
#include <string>
#include <thorvg.h>
#include "thorvg.h"
#include "thorvg_capi.h"
using namespace std;