1
0
Fork 0
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:
Bret Curtis 2020-10-25 01:34:04 +02:00
parent 4a54d375cc
commit 0e0c091e15
2 changed files with 4 additions and 2 deletions

View file

@ -17,6 +17,7 @@
#include <LinearMath/btAabbUtil2.h>
#include <algorithm>
#include <cassert>
#include <tuple>
namespace DetourNavigator

View file

@ -9,9 +9,10 @@
#include <osg/Vec2i>
#include <map>
#include <unordered_map>
#include <list>
#include <map>
#include <optional>
#include <unordered_map>
class btCollisionShape;