1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +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;