1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 09:49:40 +00:00

renderer.cpp: fix std::runtime_error compile error

This commit is contained in:
Edmondo Tommasina 2012-05-30 23:18:59 +02:00
parent 36d26e0681
commit a9a582f858

View file

@ -10,6 +10,7 @@
#include "OgreHardwarePixelBuffer.h"
#include <assert.h>
#include <stdexcept>
using namespace Ogre;
using namespace OEngine::Render;