1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-29 17:15:34 +00:00

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

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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