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
This commit is contained in:
beaglejoe 2023-07-24 20:14:40 +00:00
parent 9b96ec1f4a
commit 4c960aa588
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 -----------------------------------