Merge pull request #452 from ace13/patch-1

Fix build when using new boost with Ogre.
openmw-35
scrawl 10 years ago
commit 4db6c22d87

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

@ -3,14 +3,11 @@
#include <QWidget>
#include <OgreRoot.h>
#include <OgreRenderSystem.h>
#include <components/ogreinit/ogreinit.hpp>
#include "ui_graphicspage.h"
namespace Ogre { class Root; class RenderSystem; }
namespace Files { struct ConfigurationManager; }

Loading…
Cancel
Save