projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make setup in travis.yml a bit more verbose
[apt.git]
/
apt-pkg
/
pkgcache.h
diff --git
a/apt-pkg/pkgcache.h
b/apt-pkg/pkgcache.h
index fd1a021492b8c64ad3843fe4c514f90783d01151..1a7013551a5c9c57ae7a7733277e076042ba017e 100644
(file)
--- a/
apt-pkg/pkgcache.h
+++ b/
apt-pkg/pkgcache.h
@@
-74,11
+74,14
@@
#ifndef PKGLIB_PKGCACHE_H
#define PKGLIB_PKGCACHE_H
#ifndef PKGLIB_PKGCACHE_H
#define PKGLIB_PKGCACHE_H
-
#include <string>
#include <time.h>
#include <apt-pkg/mmap.h>
#include <string>
#include <time.h>
#include <apt-pkg/mmap.h>
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+#endif
+
class pkgVersioningSystem;
class pkgCache /*{{{*/
{
class pkgVersioningSystem;
class pkgCache /*{{{*/
{