Added missing includes

actorid
Pieter van der Kloet 12 years ago
parent 469d608f51
commit b209b6a0e6

@ -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;}

Loading…
Cancel
Save