1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 03:15:33 +00:00

Add missing include for std::inserter

This commit is contained in:
Andrei Kortunov 2021-05-07 11:30:10 +04:00
parent e8ed66767b
commit 8d4a374516

View file

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