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 {