Skip to content

Commit

Permalink
missing export on base64_encode() (#3748)
Browse files Browse the repository at this point in the history
  • Loading branch information
apwojcik authored Jan 9, 2025
1 parent 64647a0 commit ac18275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/migraphx/base64.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {

/// encode string to base64
std::string base64_encode(const std::string& str);
std::string MIGRAPHX_EXPORT base64_encode(const std::string& str);

} // namespace MIGRAPHX_INLINE_NS
} // namespace migraphx
Expand Down

0 comments on commit ac18275

Please sign in to comment.