summaryrefslogtreecommitdiff
path: root/apt-pkg/clean.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/clean.h')
-rw-r--r--apt-pkg/clean.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/apt-pkg/clean.h b/apt-pkg/clean.h
index ad4049e83..930d54a7f 100644
--- a/apt-pkg/clean.h
+++ b/apt-pkg/clean.h
@@ -10,8 +10,13 @@
#ifndef APTPKG_CLEAN_H
#define APTPKG_CLEAN_H
-
+#ifndef APT_10_CLEANER_HEADERS
#include <apt-pkg/pkgcache.h>
+#endif
+
+#include <string>
+
+class pkgCache;
class pkgArchiveCleaner
{