MathLib: Add #include for VS2013
This commit is contained in:
parent
65998f1d7c
commit
7fffc09b17
|
@ -21,6 +21,7 @@
|
|||
#include "mathlib.h"
|
||||
#include "errorlogger.h"
|
||||
|
||||
#include <algorithm> // VS2013: std::min and std::max
|
||||
#include <cmath>
|
||||
#include <cctype>
|
||||
#include <cstdlib>
|
||||
|
|
Loading…
Reference in New Issue