1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 03:39:42 +00:00

And the missing includes

This commit is contained in:
Alexander "Ace" Olofsson 2015-01-23 16:06:19 +01:00
parent 7a903b7100
commit 942cf26eee

View file

@ -12,6 +12,9 @@
#include <SDL.h>
#include <OgreRoot.h>
#include <OgreRenderSystem.h>
#include <boost/math/common_factor.hpp>
#include <components/files/configurationmanager.hpp>