1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Included necessary files to get streaming_context.hpp compile

standalone.
This commit is contained in:
Teemu Ollakka
2018-07-11 13:36:52 +03:00
parent 3b9e9e0d0c
commit d564a6f154

View File

@ -6,6 +6,10 @@
#define WSREP_STREAMING_CONTEXT_HPP
#include "logger.hpp"
#include "seqno.hpp"
#include "transaction_id.hpp"
#include <vector>
namespace wsrep
{