Przeglądaj źródła

Add missing numeric includes in files using std::accumulate()

Reported-By: Helmut Grohne on IRC
Julian Andres Klode 10 lat temu
rodzic
commit
2f4e4070a5
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      apt-pkg/acquire-item.cc
  2. 1 0
      apt-pkg/deb/dpkgpm.cc

+ 1 - 0
apt-pkg/acquire-item.cc

@@ -45,6 +45,7 @@
 #include <stdio.h>
 #include <ctime>
 #include <sstream>
+#include <numeric>
 
 #include <apti18n.h>
 									/*}}}*/

+ 1 - 0
apt-pkg/deb/dpkgpm.cc

@@ -49,6 +49,7 @@
 #include <utility>
 #include <vector>
 #include <sstream>
+#include <numeric>
 
 #include <apti18n.h>
 									/*}}}*/