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
|
||||
|
||||
#include <array>
|
||||
#include "types.h"
|
||||
|
||||
namespace vortex {
|
||||
@@ -25,4 +26,4 @@ private:
|
||||
Core* core_;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user