From bedf38b51eaa90851891e3cb4e21d38cd1a21139 Mon Sep 17 00:00:00 2001 From: Super Genius Date: Fri, 21 Jun 2024 12:36:34 -0700 Subject: [PATCH] Now compiles on OSX, with new Boost 1.85.0 --- src/storage/trie/supergenius_trie/supergenius_trie.hpp | 2 +- src/transaction_pool/impl/transaction_pool_impl.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/storage/trie/supergenius_trie/supergenius_trie.hpp b/src/storage/trie/supergenius_trie/supergenius_trie.hpp index f1e054af..47dd794b 100644 --- a/src/storage/trie/supergenius_trie/supergenius_trie.hpp +++ b/src/storage/trie/supergenius_trie/supergenius_trie.hpp @@ -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 namespace sgns::storage::trie { diff --git a/src/transaction_pool/impl/transaction_pool_impl.hpp b/src/transaction_pool/impl/transaction_pool_impl.hpp index 968e2427..274ec5e5 100644 --- a/src/transaction_pool/impl/transaction_pool_impl.hpp +++ b/src/transaction_pool/impl/transaction_pool_impl.hpp @@ -8,6 +8,7 @@ #include "base/logger.hpp" #include "transaction_pool/pool_moderator.hpp" #include "transaction_pool/transaction_pool.hpp" +#include namespace sgns::transaction_pool {