selectionbuffer.cpp: fix ‘runtime_error’ is not a member of ‘std’

This commit is contained in:
Edmondo Tommasina 2012-09-15 22:19:44 +02:00
parent 3e794a6087
commit f21faf197c

View file

@ -4,6 +4,7 @@
#include <OgreRenderTexture.h>
#include <OgreSubEntity.h>
#include <OgreEntity.h>
#include <stdexcept>
#include <extern/shiny/Main/Factory.hpp>