Parcourir la source

add missing vector include

Michael Vogt il y a 12 ans
Parent
commit
23bd097782
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      apt-pkg/install-progress.h

+ 1 - 0
apt-pkg/install-progress.h

@@ -4,6 +4,7 @@
 #include <string>
 #include <string>
 #include <unistd.h>
 #include <unistd.h>
 #include <signal.h>
 #include <signal.h>
+#include <vector>
 
 
 namespace APT {
 namespace APT {
 namespace Progress {
 namespace Progress {