mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 12:25:17 -04:00
add more optionals and casserts for windows
This commit is contained in:
parent
4a54d375cc
commit
0e0c091e15
@ -17,6 +17,7 @@
|
|||||||
#include <LinearMath/btAabbUtil2.h>
|
#include <LinearMath/btAabbUtil2.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cassert>
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
|
||||||
namespace DetourNavigator
|
namespace DetourNavigator
|
||||||
|
@ -9,9 +9,10 @@
|
|||||||
|
|
||||||
#include <osg/Vec2i>
|
#include <osg/Vec2i>
|
||||||
|
|
||||||
#include <map>
|
|
||||||
#include <unordered_map>
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
#include <map>
|
||||||
|
#include <optional>
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
class btCollisionShape;
|
class btCollisionShape;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user