1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +00:00

several missing includes

This commit is contained in:
scrawl 2012-11-14 05:32:23 +01:00
parent 3f20206f8e
commit 5f7d349126
3 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#include <QFileInfo>
#include <QDir>
#include <stdexcept>
#include <components/esm/esmreader.hpp>
#include "esm/esmfile.hpp"

View File

@ -1,7 +1,12 @@
#ifdef OPENMW_USE_FFMPEG
#include "ffmpeg_decoder.hpp"
// auto_ptr
#include <memory>
#include <stdexcept>
namespace MWSound
{

View File

@ -1,5 +1,7 @@
#include "loadmgef.hpp"
#include <stdexcept>
#include <boost/lexical_cast.hpp>
#include "esmreader.hpp"