diff options
author | Julian Andres Klode <jak@debian.org> | 2016-02-26 15:17:14 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-02-26 15:17:14 +0100 |
commit | 2f4e4070a5247abac86b2ca4ae24a8400da3c42e (patch) | |
tree | 13dcdc1d3345d49b9a1b1a77a9a5cbd067f0fc6b /apt-pkg/deb/dpkgpm.cc | |
parent | 9de2fd4d117e57824f4a0795efa7379995a804cb (diff) |
Add missing numeric includes in files using std::accumulate()
Reported-By: Helmut Grohne on IRC
Diffstat (limited to 'apt-pkg/deb/dpkgpm.cc')
-rw-r--r-- | apt-pkg/deb/dpkgpm.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 <utility> #include <vector> #include <sstream> +#include <numeric> #include <apti18n.h> /*}}}*/ |