Skip to content

Commit

Permalink
ref ggerganov#35 : add <stdbool.h> to whisper.h
Browse files Browse the repository at this point in the history
"bool" type is not implicitly defined for some compilers.
  • Loading branch information
ggerganov committed Oct 10, 2022
1 parent 511b6de commit bd487ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whisper.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define WHISPER_H

#include <stdint.h>
#include <stdbool.h>

#ifdef WHISPER_SHARED
# ifdef _WIN32
Expand Down

0 comments on commit bd487ab

Please sign in to comment.