1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-01 17:41:33 +00:00

Fix includes

This commit is contained in:
Kyle Cooley 2017-09-04 15:14:42 -04:00
parent d3014cf394
commit 5c3e90da88
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
#include "land.hpp" #include "land.hpp"
#include <sstream> #include <sstream>
#include <exception>
namespace CSMWorld namespace CSMWorld
{ {

View file

@ -1,6 +1,7 @@
#include "landtexture.hpp" #include "landtexture.hpp"
#include <string> #include <string>
#include <exception>
#include <components/esm/esmreader.hpp> #include <components/esm/esmreader.hpp>