Add #include <array> to fix compile error
gcc complains std::array being undeclared when trying to build a fresh clone.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
namespace vortex {
|
namespace vortex {
|
||||||
@@ -25,4 +26,4 @@ private:
|
|||||||
Core* core_;
|
Core* core_;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user