ggerganov commited on
Commit
0ab5514
·
unverified ·
1 Parent(s): a80054c

ref #35 : add <stdbool.h> to whisper.h

Browse files

"bool" type is not implicitly defined for some compilers.

Files changed (1) hide show
  1. whisper.h +1 -0
whisper.h CHANGED
@@ -2,6 +2,7 @@
2
  #define WHISPER_H
3
 
4
  #include <stdint.h>
 
5
 
6
  #ifdef WHISPER_SHARED
7
  # ifdef _WIN32
 
2
  #define WHISPER_H
3
 
4
  #include <stdint.h>
5
+ #include <stdbool.h>
6
 
7
  #ifdef WHISPER_SHARED
8
  # ifdef _WIN32