mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-24 04:41:34 +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 "bsaarchive.hpp"
|
||||||
#include <components/bsa/tes4bsa_file.hpp>
|
#include <components/bsa/tes4bsa_file.hpp>
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
namespace VFS
|
namespace VFS
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
BsaArchive::BsaArchive(const std::string &filename)
|
BsaArchive::BsaArchive(const std::string &filename)
|
||||||
{
|
{
|
||||||
Bsa::BsaVersion bsaVersion = Bsa::TES4BSAFile::detectVersion(filename);
|
Bsa::BsaVersion bsaVersion = Bsa::TES4BSAFile::detectVersion(filename);
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#include "archive.hpp"
|
#include "archive.hpp"
|
||||||
|
|
||||||
#include <components/bsa/bsa_file.hpp>
|
#include <components/bsa/bsa_file.hpp>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace VFS
|
namespace VFS
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue