Enable building tests in MSVC 2013

This commit is contained in:
2017-09-16 12:46:31 -04:00
parent 477f6618fd
commit 9127e4a03f
11 changed files with 267 additions and 6 deletions

View File

@@ -14,10 +14,9 @@
#include <array>
#include <iosfwd>
#include "sounds.hpp"
#include "living.hpp"
#include "monster_abilities.hpp"
#include "race.hpp"
#include "location.hpp"
namespace legacy {
struct monster_record_type;

View File

@@ -12,8 +12,9 @@
#include <iosfwd>
#include <array>
#include <boost/filesystem/path.hpp>
#include "terrain.hpp"
#include "monster.hpp"
// For reasons unknown, putting terrain above monster breaks the tests build in MSVC 2013
#include "terrain.hpp"
#include "vehicle.hpp"
#include "item.hpp"
#include "special.hpp"