1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:23:52 +00:00

Merge pull request #3080 from akortunov/fix_ci

Add missing include for std::inserter
This commit is contained in:
Bret Curtis 2021-05-07 11:18:33 +02:00 committed by GitHub
commit e720a56030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@
#include <DetourNavMesh.h> #include <DetourNavMesh.h>
#include <iterator>
namespace namespace
{ {
using DetourNavigator::ChangeType; using DetourNavigator::ChangeType;