Skip to content

Commit

Permalink
security: fix std::hash<HashedId8> for older Boost versions
Browse files Browse the repository at this point in the history
  • Loading branch information
riebl committed Aug 5, 2023
1 parent 99a24c6 commit 01d3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanetza/security/hashed_id.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <vanetza/security/hashed_id.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/functional/hash.hpp>
#include <algorithm>
#include <cassert>

Expand Down

0 comments on commit 01d3b42

Please sign in to comment.