X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a1e68c33ac15be454984b00d62c7fc331bd0b32b..da029b0aaebdc64a3a9f6b7012213539421c934b:/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;