Added <memory> header for Windows

This commit is contained in:
Koncord 2016-08-02 19:00:43 +08:00
parent ed3dc8ca7b
commit b4c7914a25

View file

@ -7,6 +7,7 @@
#include <cstring>
#include <ctime>
#include <cmath>
#include <memory>
using namespace std;