X-Git-Url: https://git.hcoop.net/ntk/apt.git/blobdiff_plain/1350057372b095f718c0073a704f2c1960c04c81..HEAD:/apt-inst/extract.h diff --git a/apt-inst/extract.h b/apt-inst/extract.h index 713e3943..8ad9ac62 100644 --- a/apt-inst/extract.h +++ b/apt-inst/extract.h @@ -17,12 +17,12 @@ #ifndef PKGLIB_EXTRACT_H #define PKGLIB_EXTRACT_H -#ifdef __GNUG__ -#endif - #include #include #include +#include + +#include class pkgExtract : public pkgDirStream { @@ -34,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: