* make apt-get source smarter about not downloading the same sources twice
[apt.git] / apt-inst / contrib / extracttar.h
index ec930ca22c441662c43e40380895fd5a7d41ab71..6daf00a275f4793dccce69015b74fcc2d6beb8c3 100644 (file)
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/dirstream.h>
 
+#include <algorithm>
+
+using std::min;
+
 class ExtractTar
 {
    protected: