forked from teamnwah/openmw-tes3coop
renderer.cpp: fix std::runtime_error compile error
This commit is contained in:
parent
36d26e0681
commit
a9a582f858
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
#include "OgreHardwarePixelBuffer.h"
|
#include "OgreHardwarePixelBuffer.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
using namespace Ogre;
|
using namespace Ogre;
|
||||||
using namespace OEngine::Render;
|
using namespace OEngine::Render;
|
||||||
|
|
Loading…
Reference in a new issue