Skip to content

Commit

Permalink
Fix boost include for old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
knelli2 committed Dec 16, 2024
1 parent 3085016 commit 6d1670b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Domain/Structure/SegmentId.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

#include "Domain/Structure/SegmentId.hpp"

#if BOOST_VERSION >= 106700
#include <boost/container_hash/hash.hpp>
#else
#include <boost/functional/hash.hpp>
#endif
#include <cstddef>
#include <functional>
#include <ostream>
Expand Down

0 comments on commit 6d1670b

Please sign in to comment.