mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 03:45:32 +00:00
Fix includes
This commit is contained in:
parent
d3014cf394
commit
5c3e90da88
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "land.hpp"
|
||||
|
||||
#include <sstream>
|
||||
#include <exception>
|
||||
|
||||
namespace CSMWorld
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "landtexture.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <exception>
|
||||
|
||||
#include <components/esm/esmreader.hpp>
|
||||
|
||||
|
|
Loading…
Reference in a new issue