From 2f4e4070a5247abac86b2ca4ae24a8400da3c42e Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 26 Feb 2016 15:17:14 +0100 Subject: Add missing numeric includes in files using std::accumulate() Reported-By: Helmut Grohne on IRC --- apt-pkg/acquire-item.cc | 1 + apt-pkg/deb/dpkgpm.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 03baa9751..4c1d93be1 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -45,6 +45,7 @@ #include #include #include +#include #include /*}}}*/ diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index 90e33bff4..1afcb6527 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -49,6 +49,7 @@ #include #include #include +#include #include /*}}}*/ -- cgit v1.2.3