Skip to content

Commit 93dff85

Browse files
committed
attempt to fix macos
Signed-off-by: Martijn Govers <[email protected]>
1 parent ec8490b commit 93dff85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cpp_unit_tests/test_job_dispatch.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// SPDX-License-Identifier: MPL-2.0
44

55
#include <power_grid_model/batch_parameter.hpp>
6-
#include <power_grid_model/common/multi_threaded_logging.hpp>
76
#include <power_grid_model/common/common.hpp>
87
#include <power_grid_model/common/exception.hpp>
8+
#include <power_grid_model/common/multi_threaded_logging.hpp>
99
#include <power_grid_model/job_dispatch.hpp>
1010
#include <power_grid_model/job_interface.hpp>
1111

@@ -133,7 +133,7 @@ class TestLogger : public common::logging::Logger {
133133
Data log_;
134134
};
135135

136-
Logger& merge_into(Logger& destination, TestLogger const& source) {
136+
inline Logger& merge_into(Logger& destination, TestLogger const& source) {
137137
for (const auto& entry : source.report()) {
138138
std::visit(
139139
[&destination, event = entry.event](auto&& arg) {

0 commit comments

Comments
 (0)