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:
parent
4c499983ca
commit
0c3a3ea241
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include "archive.hpp"
|
||||
|
||||
#include <components/bsa/bsa_file.hpp>
|
||||
#include <memory>
|
||||
|
||||
namespace VFS
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue