Commit 612b156
committed
chore: Fix build w/ libstdc++13
```
In file included from cpp/src/util/logging.cpp:1:
cpp/src/util/logging.h:47:36: error: unknown type name 'uint8_t'
47 | void output_hex (std::ostream &os, uint8_t const *data, size_t length);
```1 parent 754aeae commit 612b156
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments