diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-08 23:04:36 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-08 23:04:36 +0200 |
commit | 152ab79e05f077440d76c1c423b013eaeb3fe2ff (patch) | |
tree | 90960a0c850a9cef92285c85ba04c9b2193b1596 /apt-pkg/cdrom.cc | |
parent | e47c7d16435822f40149cd831ff6ba0a143ded85 (diff) |
* fix FTBFS with gcc 4.3, closes: #417090
(thanks to Martin Michlmayr for the patch)
Diffstat (limited to 'apt-pkg/cdrom.cc')
-rw-r--r-- | apt-pkg/cdrom.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/cdrom.cc b/apt-pkg/cdrom.cc index 17a4f184b..07a7b868a 100644 --- a/apt-pkg/cdrom.cc +++ b/apt-pkg/cdrom.cc @@ -18,6 +18,7 @@ #include <dirent.h> #include <unistd.h> #include <stdio.h> +#include <algorithm> #include "indexcopy.h" |