mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-26 07:36:58 +00:00
terrainmaterial.cpp: fix std::runtime_error compile error
This commit is contained in:
parent
0f3cb5667f
commit
11d0761528
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
#include <OgreTerrain.h>
|
#include <OgreTerrain.h>
|
||||||
|
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
#include <extern/shiny/Main/Factory.hpp>
|
#include <extern/shiny/Main/Factory.hpp>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
Loading…
Reference in a new issue