projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ABI-Break] remove the PACKAGE_MATCHER_ABI_COMPAT defines
[apt.git]
/
apt-pkg
/
policy.h
diff --git
a/apt-pkg/policy.h
b/apt-pkg/policy.h
index 3c8246e3b179efc3884924678401b4d70a7a2394..5172a3c3b9419b5759e8ea701d503c659984c6c5 100644
(file)
--- a/
apt-pkg/policy.h
+++ b/
apt-pkg/policy.h
@@
-38,6
+38,10
@@
#include <apt-pkg/versionmatch.h>
#include <vector>
+#ifndef APT_8_CLEANER_HEADERS
+using std::vector;
+#endif
+
class pkgPolicy : public pkgDepCache::Policy
{
protected: