1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00

Added missing includes

This commit is contained in:
Pieter van der Kloet 2013-02-25 22:00:51 +01:00
parent 469d608f51
commit b209b6a0e6

View file

@ -1,14 +1,13 @@
#ifndef GAMESETTINGS_HPP
#define GAMESETTINGS_HPP
#include <QTextStream>
#include <QStringList>
#include <QString>
#include <QMap>
#include <boost/filesystem/path.hpp>
class QTextStream;
class QStringList;
class QString;
namespace Files { typedef std::vector<boost::filesystem::path> PathContainer;
struct ConfigurationManager;}