From: Lin Xiaodong Date: Sun, 2 Mar 2025 18:55:11 +0000 (+0800) Subject: fix: missing include common-whisper (#2858) X-Git-Tag: upstream/1.7.4+203~39 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fc7b1ee521739942dbe70ec2d2565b90fa0118cb;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp fix: missing include common-whisper (#2858) --- diff --git a/examples/addon.node/addon.cpp b/examples/addon.node/addon.cpp index 7babc71b..cc054503 100644 --- a/examples/addon.node/addon.cpp +++ b/examples/addon.node/addon.cpp @@ -1,5 +1,6 @@ #include "napi.h" #include "common.h" +#include "common-whisper.h" #include "whisper.h"