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:
parent
8f336dfedd
commit
20c5857f34
3 changed files with 4 additions and 2 deletions
|
@ -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 a new issue