diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-12-25 21:58:18 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-12-25 21:58:18 +0000 |
| commit | bd956879e8160f0bc80d9837413af4a93a431126 (patch) | |
| tree | ce76597a53ac1b449c78d69b810d8719b05a007f /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | f6ece27ed4a1984d636c433544524a716eb8ebab (diff) | |
usbguard: fix build against gcc-13
Without the change build fails on `staging-next` as:
usbguard> In file included from src/Library/Base64.cpp:23:
usbguard> src/Library/Base64.hpp:34:34: error: 'uint8_t' does not name a type
usbguard> 34 | std::string base64Encode(const uint8_t* buffer, size_t buflen);
usbguard> | ^~~~~~~
usbguard> src/Library/Base64.hpp:26:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
usbguard> 25 | #include <string>
usbguard> +++ |+#include <cstdint>
usbguard> 26 | #include <cstddef>
The change pulls in upstream fix.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
