1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:15:32 +00:00

Fix build when using new boost with Ogre.

This fixes a [Parse error at "BOOST_JOIN"] if you're using - for instance - Boost 1.57.0
This commit is contained in:
Alexander "Ace" Olofsson 2015-01-23 15:37:32 +01:00
parent c65f9cb3c0
commit 0c1d762790

View file

@ -3,8 +3,10 @@
#include <QWidget>
#ifndef Q_MOC_RUN
#include <OgreRoot.h>
#include <OgreRenderSystem.h>
#endif
#include <components/ogreinit/ogreinit.hpp>