Add missing array include

This commit is contained in:
elsid 2023-07-29 00:29:03 +02:00
parent c9c32d9a0d
commit dd54857610
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
16 changed files with 19 additions and 0 deletions

View file

@ -2,6 +2,7 @@
#define OPENMW_COMPONENTS_SERIALIZATION_FORMAT_H
#include <algorithm>
#include <array>
#include <cstddef>
#include <cstdint>
#include <functional>