1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 16:45:33 +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
{