Skip to content

Commit

Permalink
add missing <array> header file (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
apwojcik authored Nov 13, 2023
1 parent 585cbf2 commit 4ae80d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/migraphx/op/slice.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <migraphx/dyn_output.hpp>
#include <migraphx/op/normalize_attribute.hpp>
#include <migraphx/normalize_attributes.hpp>
#include <array>

namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {
Expand Down

0 comments on commit 4ae80d9

Please sign in to comment.