mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-14 20:43:07 +00:00
Linux requires <memory> header
This commit is contained in:
parent
caa0487c6a
commit
d55cc4d3ea
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#include "bsaarchive.hpp"
|
#include "bsaarchive.hpp"
|
||||||
#include <components/bsa/tes4bsa_file.hpp>
|
#include <components/bsa/tes4bsa_file.hpp>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace VFS
|
namespace VFS
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue