1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-04 19:56:30 +00:00

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;