diff --git a/src/app/ClioApplication.cpp b/src/app/ClioApplication.cpp index 4e5a3e56f..ca473c6fc 100644 --- a/src/app/ClioApplication.cpp +++ b/src/app/ClioApplication.cpp @@ -30,7 +30,6 @@ #include "etl/LoadBalancer.hpp" #include "etl/NetworkValidatedLedgers.hpp" #include "etl/SystemState.hpp" -#include "etl/WriterState.hpp" #include "feed/SubscriptionManager.hpp" #include "migration/MigrationInspectorFactory.hpp" #include "rpc/Counters.hpp" diff --git a/src/data/LedgerCacheLoadingState.cpp b/src/data/LedgerCacheLoadingState.cpp index 4417490c6..0c056ae86 100644 --- a/src/data/LedgerCacheLoadingState.cpp +++ b/src/data/LedgerCacheLoadingState.cpp @@ -19,6 +19,8 @@ #include "data/LedgerCacheLoadingState.hpp" +#include "data/LedgerCacheInterface.hpp" + #include namespace data { diff --git a/tests/unit/cluster/ClusterCommunicationServiceTests.cpp b/tests/unit/cluster/ClusterCommunicationServiceTests.cpp index 80ec4873d..553a17806 100644 --- a/tests/unit/cluster/ClusterCommunicationServiceTests.cpp +++ b/tests/unit/cluster/ClusterCommunicationServiceTests.cpp @@ -309,7 +309,7 @@ INSTANTIATE_TEST_SUITE_P( TEST_P(ClusterCommunicationServiceMakeTest, LoadingAllowedMatchesConfig) { auto const& param = GetParam(); - util::config::ClioConfigDefinition config{ + util::config::ClioConfigDefinition const config{ {{"cache.limit_load_in_cluster", util::config::ConfigValue{util::config::ConfigType::Boolean}.defaultValue( param.limitLoadInCluster