Merge pull request #3080 from akortunov/fix_ci

Add missing include for std::inserter
pull/593/head
Bret Curtis 4 years ago committed by GitHub
commit e720a56030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save