]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
fix: missing include common-whisper (#2858)
authorLin Xiaodong <redacted>
Sun, 2 Mar 2025 18:55:11 +0000 (02:55 +0800)
committerGitHub <redacted>
Sun, 2 Mar 2025 18:55:11 +0000 (20:55 +0200)
examples/addon.node/addon.cpp

index 7babc71b491947a1d0b2038c901a22061b058b5b..cc054503580d6ad2760c45b4046e98e422efd738 100644 (file)
@@ -1,5 +1,6 @@
 #include "napi.h"
 #include "common.h"
+#include "common-whisper.h"
 
 #include "whisper.h"