From 632b4e5a9a71488568cbf41c7768ad412c0c9f62 Mon Sep 17 00:00:00 2001 From: Michael Livshin Date: Tue, 24 May 2022 18:18:17 +0300 Subject: [PATCH] fix "ninja dev-headers" Signed-off-by: Michael Livshin --- db/view/delete_ghost_rows_visitor.hh | 1 + partition_snapshot_reader.hh | 1 + types/listlike_partial_deserializing_iterator.hh | 1 + 3 files changed, 3 insertions(+) diff --git a/db/view/delete_ghost_rows_visitor.hh b/db/view/delete_ghost_rows_visitor.hh index 5b15acae07..c66bec30af 100644 --- a/db/view/delete_ghost_rows_visitor.hh +++ b/db/view/delete_ghost_rows_visitor.hh @@ -6,6 +6,7 @@ #include "query-result-reader.hh" #include "replica/database_fwd.hh" +#include "db/timeout_clock.hh" namespace service { class storage_proxy; diff --git a/partition_snapshot_reader.hh b/partition_snapshot_reader.hh index 28313d161d..3c9c493dcc 100644 --- a/partition_snapshot_reader.hh +++ b/partition_snapshot_reader.hh @@ -9,6 +9,7 @@ #pragma once #include "partition_version.hh" +#include "readers/flat_mutation_reader_fwd.hh" #include "readers/flat_mutation_reader_v2.hh" #include "clustering_key_filter.hh" #include "query-request.hh" diff --git a/types/listlike_partial_deserializing_iterator.hh b/types/listlike_partial_deserializing_iterator.hh index ea8beebbb7..4642673220 100644 --- a/types/listlike_partial_deserializing_iterator.hh +++ b/types/listlike_partial_deserializing_iterator.hh @@ -12,6 +12,7 @@ #include "cql_serialization_format.hh" #include "utils/fragment_range.hh" #include "utils/managed_bytes.hh" +#include "exceptions/exceptions.hh" #include "types.hh" int read_collection_size(bytes_view& in, cql_serialization_format sf);