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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user