msys2 : fix build

This commit is contained in:
Georgi Gerganov
2021-02-27 09:47:13 -08:00
parent 8a930b7a96
commit 5f2bfd09ba
6 changed files with 23 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
#include <typeindex>
#include <vector>
#include <set>
#include <cstdint>
float frand() { return float(rand()%RAND_MAX)/RAND_MAX; }