forked from mirror/openmw-tes3mp
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 <assert.h>
|
||||
#include <stdexcept>
|
||||
|
||||
using namespace Ogre;
|
||||
using namespace OEngine::Render;
|
||||
|
|
Loading…
Reference in a new issue