forked from mirror/openmw-tes3mp
Added <memory> header for Windows
This commit is contained in:
parent
ed3dc8ca7b
commit
b4c7914a25
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Reference in a new issue