Fixed one build error for windows

This commit is contained in:
Glen Stark 2016-06-08 09:45:15 +02:00
parent d25b78aa2c
commit 930cd6c552
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#include <cctype>
#include <cmath>
#include <cstdarg>
#include <cstddef> // for std::ptrdiff_t

View File

@ -33,6 +33,7 @@
#include <climits>
#include <cerrno>
#include <cstdarg>//< Only for windows?
#if defined(_WIN32) && defined(__MINGW32__)