From 0683654e5301ad12880da958a7887972c7bdc749 Mon Sep 17 00:00:00 2001 From: Teemu Ollakka Date: Wed, 4 Sep 2019 14:50:38 +0300 Subject: [PATCH] Include to check if it compiles with all required compilers. --- include/wsrep/client_state.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wsrep/client_state.hpp b/include/wsrep/client_state.hpp index 6e3678a..5f2282e 100644 --- a/include/wsrep/client_state.hpp +++ b/include/wsrep/client_state.hpp @@ -43,6 +43,8 @@ #include "thread.hpp" #include "xid.hpp" +#include + namespace wsrep { class server_state;