diff options
| author | Konstantin <const@const.me> | 2023-01-16 16:27:52 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-16 16:27:52 +0100 |
| commit | 012be51811bec6614ad9fbc5e74a449e803267c6 (patch) | |
| tree | fb557ee8630c8fc37828c10046ef8ace70f79f33 /Whisper/source/whisper.cpp | |
| parent | bb64452c1e1ad0a6860d6e24c3a502ccef9b366f (diff) | |
Fixed the old sample project
Diffstat (limited to 'Whisper/source/whisper.cpp')
| -rw-r--r-- | Whisper/source/whisper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Whisper/source/whisper.cpp b/Whisper/source/whisper.cpp index 268774d..25e41a1 100644 --- a/Whisper/source/whisper.cpp +++ b/Whisper/source/whisper.cpp @@ -15,6 +15,7 @@ #include <thread> #include <vector> #include <regex> +#include "Utils/Logger.h" #define USE_FLASH_ATTN //#define USE_FLASH_FF |
