Skip to content

Commit

Permalink
fix missing exports on Windows (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
apwojcik authored Nov 10, 2023
1 parent ad1afd5 commit d8011ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/migraphx/module.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {

MIGRAPHX_EXPORT
const operation& get_operation(instruction_ref ins);

struct module_impl;
Expand Down

0 comments on commit d8011ad

Please sign in to comment.