1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-31 15:06:39 +00:00

Add missing include <array>

This commit is contained in:
elsid 2022-09-11 19:55:53 +02:00
parent ab5023932d
commit 9f35f9b45b
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -1,10 +1,12 @@
#ifndef OPENMW_COMPONENTS_DEBUG_DEBUGDRAW_H
#define OPENMW_COMPONENTS_DEBUG_DEBUGDRAW_H
#include <memory>
#include <osg/Drawable>
#include <osg/Vec3>
#include <osg/ref_ptr>
#include <array>
#include <memory>
#include <vector>
namespace osg