mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-22 13:11:25 +01:00
whisper : add <functional> header
This commit is contained in:
parent
77f4bf49c8
commit
796f84cd95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user