mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 05:06:43 +00:00
Merge pull request #452 from ace13/patch-1
Fix build when using new boost with Ogre.
This commit is contained in:
commit
4db6c22d87
2 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue