Skip to content

Commit 0b79850

Browse files
committed
Fix compilation errors
1 parent 9349f85 commit 0b79850

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/config_service_v1.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919

2020
#include "config_service_v1.hpp"
21-
#include "wsrep_api.h"
2221
#include "service_helpers.hpp"
22+
#include "v26/wsrep_api.h"
2323
#include "v26/wsrep_config_service.h"
2424
#include "wsrep/logger.hpp"
2525
#include "wsrep/provider_options.hpp"

test/mock_server_state.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#include "wsrep/server_state.hpp"
2424
#include "wsrep/server_service.hpp"
25+
#include "wsrep/provider_options.hpp"
2526
#include "mock_client_state.hpp"
2627
#include "mock_high_priority_service.hpp"
2728
#include "mock_storage_service.hpp"
@@ -263,6 +264,7 @@ namespace wsrep
263264
set_provider_factory([&](wsrep::server_state&,
264265
const std::string&,
265266
const std::function<std::string()>&,
267+
wsrep::provider_options&,
266268
const wsrep::provider::services&)
267269
{
268270
// The provider object is destroyed upon server state

0 commit comments

Comments
 (0)