Compile fixes for Linux

deque
Corporama 10 years ago
parent 03c0cbc65a
commit ccca6db865

@ -21,6 +21,8 @@
#include "spellcasting.hpp" #include "spellcasting.hpp"
#include "autocalcspell.hpp" #include "autocalcspell.hpp"
#include <limits.h>
namespace namespace
{ {
/// @return is \a ptr allowed to take/use \a item or is it a crime? /// @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_syswm.h>
#include <SDL_endian.h> #include <SDL_endian.h>
#include <stdexcept>
#if OGRE_PLATFORM == OGRE_PLATFORM_APPLE #if OGRE_PLATFORM == OGRE_PLATFORM_APPLE
#include "osx_utils.h" #include "osx_utils.h"

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

Loading…
Cancel
Save