mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-02 13:06:41 +00:00
Merge remote-tracking branch 'ace/boost-fixes'
This commit is contained in:
commit
fabcdf7a1a
2 changed files with 4 additions and 0 deletions
|
@ -9,7 +9,9 @@
|
||||||
|
|
||||||
#include <OgreVector3.h>
|
#include <OgreVector3.h>
|
||||||
|
|
||||||
|
#ifndef Q_MOC_RUN
|
||||||
#include <components/terrain/terraingrid.hpp>
|
#include <components/terrain/terraingrid.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "object.hpp"
|
#include "object.hpp"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,9 @@
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
|
#ifndef Q_MOC_RUN
|
||||||
#include <components/nifogre/ogrenifloader.hpp>
|
#include <components/nifogre/ogrenifloader.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
class QModelIndex;
|
class QModelIndex;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue