diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-15 16:57:45 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-15 16:57:45 +0100 |
| commit | 957de0abd4a3c5fe9142b48455165498ea785b3c (patch) | |
| tree | 7acb2de8bf72563eff2b8c186263c315beb92d94 /apt-pkg/cacheiterators.h | |
| parent | 2614ff646e812e2d9515e6f0e7be076e97c9ec1a (diff) | |
Add missing #include <string_view>
Diffstat (limited to 'apt-pkg/cacheiterators.h')
| -rw-r--r-- | apt-pkg/cacheiterators.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/cacheiterators.h b/apt-pkg/cacheiterators.h index 443912253..fd74e11c4 100644 --- a/apt-pkg/cacheiterators.h +++ b/apt-pkg/cacheiterators.h @@ -37,6 +37,7 @@ #include <iosfwd> #include <iterator> #include <string> +#include <string_view> #include <cstring> |
