VS2012 fix

This commit is contained in:
Akkadius 2016-01-01 01:12:49 -06:00
parent 647fbcd6b6
commit dfdfb18a7e

View File

@ -1,7 +1,7 @@
#include <iostream>
#include <cstring>
#if defined(_MSC_VER) && _MSC_VER >= 1900
#if defined(_MSC_VER) && _MSC_VER >= 1800
#include <algorithm>
#endif