"...composable_kernel_rocm.git" did not exist on "72c397c62dd4cd07641dbf8944b1ef22e898d5c2"
Unverified Commit 4ae80d98 authored by Artur Wojcik's avatar Artur Wojcik Committed by GitHub
Browse files

add missing <array> header file (#2440)

parent 585cbf2c
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <migraphx/dyn_output.hpp> #include <migraphx/dyn_output.hpp>
#include <migraphx/op/normalize_attribute.hpp> #include <migraphx/op/normalize_attribute.hpp>
#include <migraphx/normalize_attributes.hpp> #include <migraphx/normalize_attributes.hpp>
#include <array>
namespace migraphx { namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS { inline namespace MIGRAPHX_INLINE_NS {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment