Compile fixes for Linux

pull/237/head
Corporama 10 years ago
parent 03c0cbc65a
commit ccca6db865

@ -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?

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

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

Loading…
Cancel
Save