Przeglądaj źródła

add missing vector include

Michael Vogt 12 lat temu
rodzic
commit
23bd097782
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {