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

Include id.hpp, transaction_id.hpp explicitly from server_state.hpp

Both id and transaction_id are required to instantiate the
server_state object.
This commit is contained in:
Teemu Ollakka
2018-06-19 12:49:55 +03:00
parent 5c3c972947
commit 94f77eacf0

View File

@ -64,6 +64,8 @@
#include "mutex.hpp"
#include "condition_variable.hpp"
#include "server_service.hpp"
#include "id.hpp"
#include "transaction_id.hpp"
#include <vector>
#include <string>
@ -76,9 +78,7 @@ namespace wsrep
class ws_meta;
class provider;
class client_state;
class transaction_id;
class transaction;
class id;
class gtid;
class view;
class const_buffer;