mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-05 03:41:13 +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:
@ -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;
|
||||
|
Reference in New Issue
Block a user