mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-27 20:36:50 +00:00
Merge branch 'fix_build' into 'master'
Add missing include <array> See merge request OpenMW/openmw!2392
This commit is contained in:
commit
9e0678083d
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
||||||
#ifndef OPENMW_COMPONENTS_DEBUG_DEBUGDRAW_H
|
#ifndef OPENMW_COMPONENTS_DEBUG_DEBUGDRAW_H
|
||||||
#define OPENMW_COMPONENTS_DEBUG_DEBUGDRAW_H
|
#define OPENMW_COMPONENTS_DEBUG_DEBUGDRAW_H
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
#include <osg/Drawable>
|
#include <osg/Drawable>
|
||||||
#include <osg/Vec3>
|
#include <osg/Vec3>
|
||||||
#include <osg/ref_ptr>
|
#include <osg/ref_ptr>
|
||||||
|
|
||||||
|
#include <array>
|
||||||
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace osg
|
namespace osg
|
||||||
|
|
Loading…
Reference in a new issue