1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-19 19:53:53 +00:00

Compile fixes for Linux

This commit is contained in:
Corporama 2014-08-30 23:11:09 +02:00 committed by Marc Zinnschlag
parent 8f336dfedd
commit 20c5857f34
3 changed files with 4 additions and 2 deletions

View file

@ -21,6 +21,8 @@
#include "spellcasting.hpp"
#include "autocalcspell.hpp"
#include <limits.h>
namespace
{
/// @return is \a ptr allowed to take/use \a item or is it a crime?

View file

@ -6,6 +6,7 @@
#include <SDL_syswm.h>
#include <SDL_endian.h>
#include <stdexcept>
#if OGRE_PLATFORM == OGRE_PLATFORM_APPLE
#include "osx_utils.h"

View file

@ -8,8 +8,7 @@
#include <map>
#include "BulletShapeLoader.h"
#include "BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h"
#include <boost/shared_ptr.hpp>
class btRigidBody;
class btBroadphaseInterface;