X-Git-Url: https://git.hcoop.net/ntk/apt.git/blobdiff_plain/408a4726131e9db26ff868623a5d216a26c45a50..HEAD:/apt-inst/extract.h diff --git a/apt-inst/extract.h b/apt-inst/extract.h index 71222983..8ad9ac62 100644 --- a/apt-inst/extract.h +++ b/apt-inst/extract.h @@ -17,11 +17,12 @@ #ifndef PKGLIB_EXTRACT_H #define PKGLIB_EXTRACT_H - - #include #include #include +#include + +#include class pkgExtract : public pkgDirStream { @@ -33,7 +34,7 @@ class pkgExtract : public pkgDirStream bool HandleOverwrites(pkgFLCache::NodeIterator Nde, bool DiverCheck = false); - bool CheckDirReplace(string Dir,unsigned int Depth = 0); + bool CheckDirReplace(std::string Dir,unsigned int Depth = 0); public: