From d564a6f15486ca33b811399ed55e2eddbdfea3cd Mon Sep 17 00:00:00 2001 From: Teemu Ollakka Date: Wed, 11 Jul 2018 13:36:52 +0300 Subject: [PATCH] Included necessary files to get streaming_context.hpp compile standalone. --- include/wsrep/streaming_context.hpp | 4 ++++ 1 file changed, 4 insertions(+) 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 {