fix: missing include common-whisper (#2858)

This commit is contained in:
Lin Xiaodong 2025-03-03 02:55:11 +08:00 committed by GitHub
parent c42f67e2d2
commit fc7b1ee521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
#include "napi.h"
#include "common.h"
#include "common-whisper.h"
#include "whisper.h"