mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-23 05:31:22 +01:00
whisper : add <functional> header
This commit is contained in:
parent
77f4bf49c8
commit
796f84cd95
@ -29,6 +29,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <regex>
|
#include <regex>
|
||||||
#include <random>
|
#include <random>
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#pragma warning(disable: 4244 4267) // possible loss of data
|
#pragma warning(disable: 4244 4267) // possible loss of data
|
||||||
|
Loading…
Reference in New Issue
Block a user