summaryrefslogtreecommitdiff
path: root/ftparchive
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-09-10 16:02:28 +0200
committerMichael Vogt <egon@bottom>2007-09-10 16:02:28 +0200
commita3259857ed1ba6a5624c781e804f4c1a6bdb37aa (patch)
tree0bd3119b270b50bdc341eb7b1ed738394eae9be6 /ftparchive
parentd4db3e0afce3492d75ab2226393f93e58b0fbfde (diff)
parent4f333a8bea2c8431df2ec92001981355623818e8 (diff)
* make apt build with g++ 4.3
Diffstat (limited to 'ftparchive')
-rw-r--r--ftparchive/writer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftparchive/writer.cc b/ftparchive/writer.cc
index 59107e02b..9d248ab86 100644
--- a/ftparchive/writer.cc
+++ b/ftparchive/writer.cc
@@ -28,6 +28,7 @@
#include <ftw.h>
#include <fnmatch.h>
#include <iostream>
+#include <memory>
#include "cachedb.h"
#include "apt-ftparchive.h"