diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-06-18 14:40:32 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-06-18 14:40:32 +0000 |
| commit | ce1b1ea25738ae910f424a033e1acee2d05de524 (patch) | |
| tree | 7d5d8856c229882f3b2bcfd5c6b92e57f6240f61 /methods/http.cc | |
| parent | 63919b628a9bf386136f708f06c1a8a7d4f09fca (diff) | |
| parent | 06d0c12be00ee50c965830127f5812d2156681b1 (diff) | |
Merge branch 'include-std-headers' into 'main'
Include standard headers to fix clang compiler error
See merge request apt-team/apt!497
Diffstat (limited to 'methods/http.cc')
| -rw-r--r-- | methods/http.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/http.cc b/methods/http.cc index a6d7511fd..85350785e 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -33,6 +33,7 @@ #include <cstdlib> #include <cstring> #include <iostream> +#include <iterator> #include <sstream> #include <arpa/inet.h> #include <sys/select.h> |
