Skip to content

Commit

Permalink
add missing include needed for newer boost versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Apr 16, 2024
1 parent 0324e06 commit 678765e
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 678765e

Please sign in to comment.