From e34a52291870f7cfbf76c21ec1ce6d28eb5dfe73 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 5c9caa2..2248b97 100644 --- a/include/wsrep/client_state.hpp +++ b/include/wsrep/client_state.hpp @@ -42,6 +42,8 @@ #include "buffer.hpp" #include "thread.hpp" +#include + namespace wsrep { class server_state;