summaryrefslogtreecommitdiff
path: root/apt-pkg/cdrom.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-06-08 23:12:26 +0200
committerMichael Vogt <egon@bottom>2007-06-08 23:12:26 +0200
commit859110cdec2f211beb45305134d095fd8926d552 (patch)
tree49cc45f59e357725129f3c156432259f2980008e /apt-pkg/cdrom.cc
parent41cd4f9af1dd8247f9ff4f1fe6053246657a1faf (diff)
parent1979e742ad5e2a0b6e547fbe3f4c4066b5a9bd2e (diff)
* add "purge" commandline argument, closes: #133421)
(thanks to Julien Danjou for the patch) * fix FTBFS with gcc 4.3, closes: #417090 (thanks to Martin Michlmayr for the patch) * add --dsc-only option, thanks to K. Richard Pixley
Diffstat (limited to 'apt-pkg/cdrom.cc')
-rw-r--r--apt-pkg/cdrom.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/cdrom.cc b/apt-pkg/cdrom.cc
index e61344eee..afa99bc73 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"