1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +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
{