Add <algorithm> ....

This commit is contained in:
Georgi Gerganov 2023-03-21 22:46:44 +02:00
parent cae6e8a002
commit 4d2e035347
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -5,6 +5,7 @@
#include <fstream> #include <fstream>
#include <string> #include <string>
#include <iterator> #include <iterator>
#include <algorithm>
#if defined(_MSC_VER) || defined(__MINGW32__) #if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h> // using malloc.h with MSC/MINGW #include <malloc.h> // using malloc.h with MSC/MINGW