Commit ea4d519
authored
Add #include <cstdint> to fix building with gcc 15 (#2174)
With gcc 15, the C++ Standard Library no longer includes other headers
that were internally used by the library. In conky's case the missing
header is `<cstdint>`
Downstream Gentoo bug: https://bugs.gentoo.org/939667
Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com>1 parent ab64105 commit ea4d519
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments