Explorar el Código

add missing vector include

Michael Vogt hace 12 años
padre
commit
23bd097782
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      apt-pkg/install-progress.h

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

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