diff options
| author | micknoise <mickgrierson@gmail.com> | 2015-08-08 21:37:11 +0100 |
|---|---|---|
| committer | micknoise <mickgrierson@gmail.com> | 2015-08-08 21:37:11 +0100 |
| commit | 00840fe549f867eb8e4ab0f94ec3b11dd1b38272 (patch) | |
| tree | f0051b8192f0a83c831bfc7d0cc0dd1bd70ff80a /maximilian.h | |
| parent | 1100fc8c462d9a17731340596e7d9c07adb3fe54 (diff) | |
Tested and Working in Visual Studio 2015. Commit!
Diffstat (limited to 'maximilian.h')
| -rwxr-xr-x | maximilian.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maximilian.h b/maximilian.h index 688cd3a..93e5e45 100755 --- a/maximilian.h +++ b/maximilian.h @@ -43,6 +43,10 @@ #include <cstdlib> #include "math.h" +#ifdef _WIN32 || _WIN64 +#include <algorithm> +#endif + using namespace std; #ifndef PI #define PI 3.1415926535897932384626433832795 |
