Add missing include <array>

crashfix_debugdraw
elsid 2 years ago
parent ab5023932d
commit 9f35f9b45b
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -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

Loading…
Cancel
Save