1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +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>