fix vc15 compile errors

This commit is contained in:
Stijn Van der Borght 2020-04-02 10:34:36 +01:00 committed by Johannes Pohl
parent be8dfc9b3f
commit 3e823e7925
3 changed files with 7 additions and 1 deletions

View file

@ -24,6 +24,9 @@
#include <stdio.h>
#include <string>
#include <vector>
#ifdef WINDOWS
#include <cctype>
#endif
namespace utils
{