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 <cstring>
#include <ctime> #include <ctime>
#include <cmath> #include <cmath>
#include <memory>
using namespace std; using namespace std;