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