Skip to content

Commit

Permalink
Now compiles on OSX, with new Boost 1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Super Genius committed Jun 21, 2024
1 parent 6313592 commit bedf38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/trie/supergenius_trie/supergenius_trie.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#define SUPERGENIUS_STORAGE_TRIE_SUPERGENIUS_TRIE_HPP

#include "storage/face/generic_maps.hpp"

#include "storage/trie/supergenius_trie/supergenius_node.hpp"
#include <list>

namespace sgns::storage::trie {

Expand Down
1 change: 1 addition & 0 deletions src/transaction_pool/impl/transaction_pool_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "base/logger.hpp"
#include "transaction_pool/pool_moderator.hpp"
#include "transaction_pool/transaction_pool.hpp"
#include <list>

namespace sgns::transaction_pool {

Expand Down

0 comments on commit bedf38b

Please sign in to comment.