]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/progress.cc
cleanup headers and especially #includes everywhere
[apt.git] / apt-pkg / contrib / progress.cc
index 9d74ed495a8d5db9b989da79897947b9d0548d9d..4ff4f181d0cb547b8591e1fcf426e6e92d2d35b9 100644 (file)
@@ -14,6 +14,8 @@
 #include <apt-pkg/error.h>
 #include <apt-pkg/configuration.h>
 
+#include <sys/time.h>
+#include <string>
 #include <iostream>
 #include <stdio.h>
 #include <cstring>