diff --git a/database.cc b/database.cc index b1258d618a..5d7b6dd6d6 100644 --- a/database.cc +++ b/database.cc @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include diff --git a/lister.hh b/lister.hh index e07782118a..4e675329fd 100644 --- a/lister.hh +++ b/lister.hh @@ -26,6 +26,7 @@ #include #include #include +#include #include "seastarx.hh" diff --git a/seastar b/seastar index c872c3408c..7f7cf0f232 160000 --- a/seastar +++ b/seastar @@ -1 +1 @@ -Subproject commit c872c3408c5d0557be03c78a41a6cc99b440d346 +Subproject commit 7f7cf0f232c6ce9e29e218100e2e44592bbc4606 diff --git a/sstables/integrity_checked_file_impl.cc b/sstables/integrity_checked_file_impl.cc index b893c48806..ea559d0e2c 100644 --- a/sstables/integrity_checked_file_impl.cc +++ b/sstables/integrity_checked_file_impl.cc @@ -20,6 +20,7 @@ */ #include "integrity_checked_file_impl.hh" +#include #include #include diff --git a/utils/serialized_action.hh b/utils/serialized_action.hh index d6d4dc9474..c268b367f8 100644 --- a/utils/serialized_action.hh +++ b/utils/serialized_action.hh @@ -25,6 +25,7 @@ #include #include #include +#include // An async action wrapper which ensures that at most one action // is running at any time.