1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 07:23:51 +00:00

Strange issue with Linux compilation (<memory> header)

This commit is contained in:
Azdul 2019-01-17 09:11:19 +01:00
parent 4c499983ca
commit 0c3a3ea241
2 changed files with 1 additions and 2 deletions

View file

@ -1,11 +1,9 @@
#include "bsaarchive.hpp"
#include <components/bsa/tes4bsa_file.hpp>
#include <memory>
namespace VFS
{
BsaArchive::BsaArchive(const std::string &filename)
{
Bsa::BsaVersion bsaVersion = Bsa::TES4BSAFile::detectVersion(filename);

View file

@ -4,6 +4,7 @@
#include "archive.hpp"
#include <components/bsa/bsa_file.hpp>
#include <memory>
namespace VFS
{