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

"bool" type is not implicitly defined for some compilers.
pull/41/head
Georgi Gerganov 2022-10-10 08:11:18 +03:00
parent 6e29d8453c
commit 9d5723435f
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define WHISPER_H
#include <stdint.h>
#include <stdbool.h>
#ifdef WHISPER_SHARED
# ifdef _WIN32