Lin Xiaodong commited on
Commit
2271d56
·
unverified ·
1 Parent(s): b94e7d3

fix: missing include common-whisper (#2858)

Browse files
Files changed (1) hide show
  1. examples/addon.node/addon.cpp +1 -0
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