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

"bool" type is not implicitly defined for some compilers.
pull/41/head
Georgi Gerganov 2 years ago
parent 6e29d8453c
commit 9d5723435f
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

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

Loading…
Cancel
Save