projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
merge patch from Daniel Hartwig to Show a error message if {,dist-}upgrade is used...
[apt.git]
/
apt-pkg
/
indexfile.h
diff --git
a/apt-pkg/indexfile.h
b/apt-pkg/indexfile.h
index 5e162a846847e1e020f643e55177e9bb7cc72d1d..1d34dc773bb3123cfef7681d76dc45b96568e93b 100644
(file)
--- a/
apt-pkg/indexfile.h
+++ b/
apt-pkg/indexfile.h
@@
-29,6
+29,10
@@
#include <apt-pkg/pkgrecords.h>
#include <apt-pkg/macros.h>
#include <apt-pkg/pkgrecords.h>
#include <apt-pkg/macros.h>
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+#endif
+
class pkgAcquire;
class pkgCacheGenerator;
class OpProgress;
class pkgAcquire;
class pkgCacheGenerator;
class OpProgress;