1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 06:53:52 +00:00

Linux requires <memory> header

This commit is contained in:
Azdul 2019-01-17 08:52:30 +01:00
parent caa0487c6a
commit d55cc4d3ea

View file

@ -1,5 +1,6 @@
#include "bsaarchive.hpp"
#include <components/bsa/tes4bsa_file.hpp>
#include <memory>
namespace VFS
{