diff --git a/include/wsrep/streaming_context.hpp b/include/wsrep/streaming_context.hpp index b9c1ab4..cce2104 100644 --- a/include/wsrep/streaming_context.hpp +++ b/include/wsrep/streaming_context.hpp @@ -6,6 +6,10 @@ #define WSREP_STREAMING_CONTEXT_HPP #include "logger.hpp" +#include "seqno.hpp" +#include "transaction_id.hpp" + +#include namespace wsrep {