1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 15:06:41 +00:00

Merge branch 'fix_gcc_7_build' into 'master'

Fix build for gcc 7

See merge request OpenMW/openmw!1035
This commit is contained in:
psi29a 2021-07-21 10:37:53 +00:00
commit c264c307a4

View file

@ -3,6 +3,7 @@
#include <algorithm>
#include <cassert>
#include <iterator>
namespace DetourNavigator
{