mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 11:43:25 +00:00
Strange issue with Linux compilation (<memory> header)
This commit is contained in:
parent
4c499983ca
commit
0c3a3ea241
@ -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…
x
Reference in New Issue
Block a user