summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-02-18 10:29:40 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-02-18 10:29:40 +0100
commitf82dcd7e4ebb3f70d28e9feb3621676f8c0cc024 (patch)
treea256a6d7b10a17f7ed73fa584165814c2be59a8d
parent591f178bce5713571d1874b863e9291a795cf5da (diff)
strutl: Add missing #include <cstdint> [gcc 15]
Closes: #1096322
-rw-r--r--apt-pkg/contrib/strutl.cc1
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>