mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 03:54:40 +00:00
Compile fixes for Linux
This commit is contained in:
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?
|
||||
|
1
extern/sdl4ogre/sdlwindowhelper.cpp
vendored
1
extern/sdl4ogre/sdlwindowhelper.cpp
vendored
@ -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…
Reference in New Issue
Block a user