From 0d6fce899502446805121797b2a0047fb3765871 Mon Sep 17 00:00:00 2001 From: mj-xmr Date: Thu, 3 Mar 2022 23:10:51 +0100 Subject: [PATCH] Compil. time: cryptonote_core minus portable_storage header --- src/cryptonote_core/cryptonote_core.h | 1 - tests/core_tests/chaingen_main.cpp | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cryptonote_core/cryptonote_core.h b/src/cryptonote_core/cryptonote_core.h index d2bffdaee..8cfb46ba7 100644 --- a/src/cryptonote_core/cryptonote_core.h +++ b/src/cryptonote_core/cryptonote_core.h @@ -40,7 +40,6 @@ #include "cryptonote_core/i_core_events.h" #include "cryptonote_protocol/cryptonote_protocol_handler_common.h" #include "cryptonote_protocol/enums.h" -#include "storages/portable_storage_template_helper.h" #include "common/download.h" #include "common/command_line.h" #include "tx_pool.h" diff --git a/tests/core_tests/chaingen_main.cpp b/tests/core_tests/chaingen_main.cpp index c55154917..53bfa42af 100644 --- a/tests/core_tests/chaingen_main.cpp +++ b/tests/core_tests/chaingen_main.cpp @@ -35,6 +35,8 @@ #include "tx_pool.h" #include "transaction_tests.h" +#include + namespace po = boost::program_options; namespace