diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-18 10:29:40 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-18 10:29:40 +0100 |
| commit | f82dcd7e4ebb3f70d28e9feb3621676f8c0cc024 (patch) | |
| tree | a256a6d7b10a17f7ed73fa584165814c2be59a8d /apt-pkg | |
| parent | 591f178bce5713571d1874b863e9291a795cf5da (diff) | |
strutl: Add missing #include <cstdint> [gcc 15]
Closes: #1096322
Diffstat (limited to 'apt-pkg')
| -rw-r--r-- | apt-pkg/contrib/strutl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index 5be6f00ce..651c985bd 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/apt-pkg/contrib/strutl.cc @@ -26,6 +26,7 @@ #include <algorithm> #include <array> +#include <cstdint> #include <iomanip> #include <limits> #include <locale> |
