1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 15:39:49 +00:00

Add missing array header

This commit is contained in:
elsid 2021-05-04 12:47:11 +02:00
parent 22aebcea74
commit bce06df254
No known key found for this signature in database
GPG key ID: D27B8E8D10A2896B
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@
#include <algorithm>
#include <iomanip>
#include <limits>
#include <array>
namespace
{

View file

@ -19,6 +19,7 @@
#include <algorithm>
#include <cassert>
#include <tuple>
#include <array>
namespace DetourNavigator
{