From: Georgi Gerganov Date: Mon, 10 Oct 2022 05:11:18 +0000 (+0300) Subject: ref #35 : add to whisper.h X-Git-Tag: upstream/1.7.4~1969 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9d5723435f775ea92e1a83b8975fab143f7d1b06;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ref #35 : add to whisper.h "bool" type is not implicitly defined for some compilers. --- diff --git a/whisper.h b/whisper.h index f462370a..381afd71 100644 --- a/whisper.h +++ b/whisper.h @@ -2,6 +2,7 @@ #define WHISPER_H #include +#include #ifdef WHISPER_SHARED # ifdef _WIN32