mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-10 03:49:32 +02:00
whisper : add <functional> header
This commit is contained in:
@ -29,6 +29,7 @@
|
||||
#include <vector>
|
||||
#include <regex>
|
||||
#include <random>
|
||||
#include <functional>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma warning(disable: 4244 4267) // possible loss of data
|
||||
|
Reference in New Issue
Block a user