Commit a4ac424
committed
Merge #113: Add missing include to util.h
6929c40 Add missing include to util.h (fanquake)
Pull request description:
Fixes:
```bash
mp/util.h:207:20: error: no template named 'function' in namespace 'std'; did you mean 'kj::Function'?
207 | using FdToArgsFn = std::function<std::vector<std::string>(int fd)>;
| ^~~~~~~~~~~~~
| kj::Function
```
when compiling with libc++ & `_LIBCPP_REMOVE_TRANSITIVE_INCLUDES`.
ACKs for top commit:
ryanofsky:
Code review ACK 6929c40, thanks for the fix
hebasto:
ACK 6929c40, tested on Ubuntu 23.10 by building Bitcoin Core with depends using the following patch:
Tree-SHA512: 9ad6097bd1f3e0f7ee213e5c5bd17be56fa06c23ff25bbcb0122c40ecff71411417826946fd9c4c1d7ef302d7fd771a79fb81f2d240fc22e47d8ac2f40cce85e1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments