treewide: make headers self-sufficient

In preparation for some large header changes, fix up any headers
that aren't self-sufficient by adding needed includes or forward
declarations.
This commit is contained in:
Avi Kivity
2021-04-20 21:14:56 +03:00
parent 6db1a71775
commit 14a4173f50
18 changed files with 39 additions and 0 deletions

View File

@@ -21,9 +21,13 @@
#pragma once
#include <seastar/core/future.hh>
#include "streaming/stream_reason.hh"
#include <boost/range/adaptor/map.hpp>
#include <boost/algorithm/cxx11/any_of.hpp>
#include "seastarx.hh"
class table;
namespace db {