Spaces:
Running
Running
Lin Xiaodong
commited on
fix: missing include common-whisper (#2858)
Browse files
examples/addon.node/addon.cpp
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
#include "napi.h"
|
| 2 |
#include "common.h"
|
|
|
|
| 3 |
|
| 4 |
#include "whisper.h"
|
| 5 |
|
|
|
|
| 1 |
#include "napi.h"
|
| 2 |
#include "common.h"
|
| 3 |
+
#include "common-whisper.h"
|
| 4 |
|
| 5 |
#include "whisper.h"
|
| 6 |
|