Commit ec60132
committed
Fix build errors due to missing include
Errors were:
| connectivity.cpp:151:42: required from here
| sublogger.hpp:42:9: error: no matching function for call to '=::log(spdlog::level::level_enum&, std::string&, const std::__cxx11::basic_string<char>&)'
| 42 | log_->log(lvl, prefix_, args...);
| | ^~~~
| topic_subscriptions.cpp:54:37: required from here
| sublogger.hpp:42:9: error: no matching function for call to 'spdlog::logger::log(spdlog::level::level_enum&, std::string&, const std::__cxx11::basic_string<char>&, const long long unsigned int&, const long long unsigned int&)'
| 42 | log_->log(lvl, prefix_, args...);
| | ^~~~
| remote_subscriptions.cpp:28:56: required from here
| sublogger.hpp:42:9: error: no matching function for call to 'spdlog::logger::log(spdlog::level::level_enum&, std::string&, const std::__cxx11::basic_string<char>&)'
| 42 | log_->log(lvl, prefix_, args...);
| | ^~~~
| kad_server.cpp:40:42: required from here
| sublogger.hpp:42:9: error: no matching function for call to 'spdlog::logger::log(spdlog::level::level_enum&, std::string&, const std::__cxx11::basic_string<char>&)'
| 42 | log_->log(lvl, prefix_, args...);
| | ^~~~1 parent ee4ff7b commit ec60132
File tree
9 files changed
+21
-0
lines changed- src
- protocol_muxer/multiselect
- protocol
- gossip/impl
- kademlia/impl
9 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments