Fixes for building with unity build

This commit is contained in:
Alexander "Ace" Olofsson 2015-09-24 15:21:42 +02:00
parent 12b8fcf0bf
commit 7d4125d97f
14 changed files with 50 additions and 47 deletions

View file

@ -47,7 +47,7 @@ add_component_dir (sceneutil
)
add_component_dir (nif
controlled effect niftypes record controller extra node record_ptr data niffile property nifkey data node base nifstream
controlled effect niftypes record controller extra node record_ptr data niffile property nifkey base nifstream
)
add_component_dir (nifosg

View file

@ -4,9 +4,9 @@
#include <cstring>
#include <windows.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <WinReg.h>
#include <boost/locale.hpp>
namespace bconv = boost::locale::conv;

View file

@ -1,3 +1,6 @@
#ifndef VFS_BSAARCHIVE_HPP_
#define VFS_BSAARCHIVE_HPP_
#include "archive.hpp"
#include <components/bsa/bsa_file.hpp>
@ -30,3 +33,5 @@ namespace VFS
};
}
#endif