Skip to content

Commit

Permalink
Merge pull request #46 from AntelopeIO/boost185fix
Browse files Browse the repository at this point in the history
add missing include needed for newer boost versions
  • Loading branch information
spoonincode authored Apr 17, 2024
2 parents 0324e06 + 678765e commit 7ce7635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/chainbase/undo_index.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <boost/mp11/list.hpp>
#include <boost/mp11/algorithm.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include <boost/range/iterator_range.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/core/demangle.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
Expand Down

0 comments on commit 7ce7635

Please sign in to comment.