projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* make apt-get source smarter about not downloading the same sources twice
[apt.git]
/
apt-inst
/
contrib
/
extracttar.h
diff --git
a/apt-inst/contrib/extracttar.h
b/apt-inst/contrib/extracttar.h
index ec930ca22c441662c43e40380895fd5a7d41ab71..6daf00a275f4793dccce69015b74fcc2d6beb8c3 100644
(file)
--- a/
apt-inst/contrib/extracttar.h
+++ b/
apt-inst/contrib/extracttar.h
@@
-21,6
+21,10
@@
#include <apt-pkg/fileutl.h>
#include <apt-pkg/dirstream.h>
+#include <algorithm>
+
+using std::min;
+
class ExtractTar
{
protected: