From 9d5723435f775ea92e1a83b8975fab143f7d1b06 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 10 Oct 2022 08:11:18 +0300 Subject: [PATCH] ref #35 : add to whisper.h "bool" type is not implicitly defined for some compilers. --- whisper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/whisper.h b/whisper.h index f462370..381afd7 100644 --- a/whisper.h +++ b/whisper.h @@ -2,6 +2,7 @@ #define WHISPER_H #include +#include #ifdef WHISPER_SHARED # ifdef _WIN32