X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a1e68c33ac15be454984b00d62c7fc331bd0b32b..76bd63e2dc6ac5aaaf7f2cc98c2a83ab88ccc46c:/apt-pkg/version.h diff --git a/apt-pkg/version.h b/apt-pkg/version.h index 92dbc2576..d98809f7e 100644 --- a/apt-pkg/version.h +++ b/apt-pkg/version.h @@ -23,13 +23,17 @@ #include #include +#ifndef APT_8_CLEANER_HEADERS +using std::string; +#endif + class pkgVersioningSystem { public: // Global list of VS's static pkgVersioningSystem **GlobalList; static unsigned long GlobalListLen; - static pkgVersioningSystem *GetVS(const char *Label); + static pkgVersioningSystem *GetVS(const char *Label) APT_PURE; const char *Label;