Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
jc-bytedance committed Aug 18, 2023
1 parent 497bb66 commit d506a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/mlir/convert_memref.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
// under the License.

#include "matxscript/runtime/mlir/convert_memref.h"
#include <unordered_map>
#include "matxscript/runtime/mlir/memref_cpp_interface.h"

template <typename src_t, typename dst_t>
Expand Down

0 comments on commit d506a36

Please sign in to comment.