MathLib: Add #include for VS2013

This commit is contained in:
Daniel Marjamäki 2016-05-16 20:30:53 +02:00
parent 65998f1d7c
commit 7fffc09b17
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "mathlib.h"
#include "errorlogger.h"
#include <algorithm> // VS2013: std::min and std::max
#include <cmath>
#include <cctype>
#include <cstdlib>