Add missing array include

macos_ci_fix
elsid 1 year ago
parent c9c32d9a0d
commit dd54857610
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -3,6 +3,7 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <array>
#include <stdexcept>
namespace CSMWorld

@ -1,5 +1,7 @@
#include "types.hpp"
#include <array>
#include <components/detournavigator/agentbounds.hpp>
#include <components/lua/luastate.hpp>

@ -1,5 +1,6 @@
#include "actors.hpp"
#include <array>
#include <optional>
#include <components/esm3/esmreader.hpp>

@ -1,6 +1,7 @@
#include "spelleffects.hpp"
#include <algorithm>
#include <array>
#include <components/esm3/loadcrea.hpp>
#include <components/esm3/loadench.hpp>

@ -1,5 +1,6 @@
#include "skyutil.hpp"
#include <array>
#include <cmath>
#include <osg/AlphaFunc>

@ -1,5 +1,6 @@
#include "cellpreloader.hpp"
#include <array>
#include <atomic>
#include <limits>

@ -5,6 +5,7 @@
#include <gtest/gtest.h>
#include <algorithm>
#include <array>
#include <fstream>
#include <sstream>
#include <string>

@ -1,6 +1,7 @@
#ifndef OPENMW_ESM_READER_H
#define OPENMW_ESM_READER_H
#include <array>
#include <cstdint>
#include <filesystem>
#include <istream>

@ -2,6 +2,7 @@
#if defined(_WIN32) || defined(__WINDOWS__)
#include <array>
#include <cstring>
#define FAR

@ -3,6 +3,7 @@
#ifndef OPENMW_COMPONENTS_NIF_NIFSTREAM_HPP
#define OPENMW_COMPONENTS_NIF_NIFSTREAM_HPP
#include <array>
#include <cassert>
#include <istream>
#include <stdexcept>

@ -3,6 +3,8 @@
#include "data.hpp"
#include "node.hpp"
#include <array>
namespace Nif
{

@ -1,5 +1,7 @@
#include "keyframemanager.hpp"
#include <array>
#include <components/vfs/manager.hpp>
#include <osg/Stats>

@ -1,6 +1,7 @@
#ifndef OPENMW_COMPONENTS_RESOURCE_SCENEMANAGER_H
#define OPENMW_COMPONENTS_RESOURCE_SCENEMANAGER_H
#include <array>
#include <memory>
#include <mutex>
#include <string>

@ -1,6 +1,7 @@
#include "depth.hpp"
#include <algorithm>
#include <array>
#include <components/debug/debuglog.hpp>
#include <components/settings/values.hpp>

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

@ -5,6 +5,7 @@
#include <osg/Vec2f>
#include <osg/Vec4f>
#include <array>
#include <cstdint>
#include <cstring>
#include <string>

Loading…
Cancel
Save