mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-09 12:15:34 +02:00
fix: missing include common-whisper (#2858)
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
#include "napi.h"
|
#include "napi.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include "common-whisper.h"
|
||||||
|
|
||||||
#include "whisper.h"
|
#include "whisper.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user