Commit 6379fc5
MINIFICPP-2823 Fix build with gcc 16
Fixes:
extensions/systemd/libwrapper/LibWrapper.h:38:31: error: 'uint64_t' has not been declared
38 | virtual int getRealtimeUsec(uint64_t* usec_out) noexcept = 0;
| ^~~~~~~~
Closes #2194
Signed-off-by: Marton Szasz <szaszm@apache.org>1 parent 0300a77 commit 6379fc5
3 files changed
Lines changed: 3 additions & 0 deletions
File tree
- core-framework/include/core
- extensions/systemd/libwrapper
- minifi-api/include/minifi-cpp/core
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments