1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-30 13:36:42 +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;