mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 00:45:33 +00:00
add more optionals and casserts for windows
This commit is contained in:
parent
4a54d375cc
commit
0e0c091e15
2 changed files with 4 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
|||
#include <LinearMath/btAabbUtil2.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <tuple>
|
||||
|
||||
namespace DetourNavigator
|
||||
|
|
|
@ -9,9 +9,10 @@
|
|||
|
||||
#include <osg/Vec2i>
|
||||
|
||||
#include <map>
|
||||
#include <unordered_map>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
#include <unordered_map>
|
||||
|
||||
class btCollisionShape;
|
||||
|
||||
|
|
Loading…
Reference in a new issue