Fix vs2017 error max is not a member of std

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8860 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 8cb0ea7839465cc44756cbe40ee3715520e3dfc4
Former-commit-id: 99d5d715616cb4cc99518697eab6f8d1b7ea82cc
This commit is contained in:
beaglejoe 2023-04-03 22:29:14 +00:00
parent 9c961cdd97
commit 4e81fb2da2

View file

@ -25,6 +25,7 @@
#include <cstdlib>
#include <cstdio>
#include <ctime>
#include <algorithm>
#include <tgf.h>