From bce06df254b3fbc2136a0472a256e3781e6d8f6b Mon Sep 17 00:00:00 2001 From: elsid Date: Tue, 4 May 2021 12:47:11 +0200 Subject: [PATCH] Add missing array header --- components/detournavigator/makenavmesh.cpp | 1 + components/detournavigator/recastmeshbuilder.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/components/detournavigator/makenavmesh.cpp b/components/detournavigator/makenavmesh.cpp index c4abddf29..5d3f63689 100644 --- a/components/detournavigator/makenavmesh.cpp +++ b/components/detournavigator/makenavmesh.cpp @@ -22,6 +22,7 @@ #include #include #include +#include namespace { diff --git a/components/detournavigator/recastmeshbuilder.cpp b/components/detournavigator/recastmeshbuilder.cpp index f8456acf0..3c6364028 100644 --- a/components/detournavigator/recastmeshbuilder.cpp +++ b/components/detournavigator/recastmeshbuilder.cpp @@ -19,6 +19,7 @@ #include #include #include +#include namespace DetourNavigator {