Fix msys2 build error and warnings (#1009)

This commit is contained in:
nanahi 2023-04-16 17:13:42 +08:00 committed by GitHub
parent 74f5899df4
commit 2d3481c721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,7 @@
#include "ggml.h"
#include <array>
#include <ctime>
#include <cinttypes>
#include <fstream>
#include <random>