Skip to content

Commit

Permalink
Boost 1.86 compatibility (#3397)
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Fischer <[email protected]>
  • Loading branch information
Tobias-Fischer committed Aug 25, 2024
1 parent e4b4d0f commit 15cc7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazebo/common/CommonIface.hh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ namespace gazebo
std::string common::get_sha1(const T &_buffer)
{
boost::uuids::detail::sha1 sha1;
unsigned int hash[5];
boost::uuids::detail::sha1::digest_type hash;
std::stringstream stream;

if (_buffer.size() == 0)
Expand Down

0 comments on commit 15cc7ad

Please sign in to comment.