fix build on vs2015 and vs2017

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

Former-commit-id: 7188b1d9cfa364c44925dad6d1bd92283194959a
Former-commit-id: f78108f4e9c114a948782240d76f5288ffe87424
This commit is contained in:
beaglejoe 2023-07-24 20:14:40 +00:00
parent 171e7aae12
commit bc555161f6
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@
#include <zlib.h> // gz*
#include <plib/ssg.h>
#include <cctype>
#include "grutil.h"
#include "grloadac.h"

View file

@ -31,6 +31,7 @@
#include <iomanip>
#include <set>
#include <cmath>
#include <cctype>
//------------------------------------- V3d -----------------------------------