X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/8f3ba4e8708cb72be19dacc2af4f601ee5fea292..f55602cb0cd7403206752479b2ec11c6367e2f6d:/apt-pkg/cdrom.h diff --git a/apt-pkg/cdrom.h b/apt-pkg/cdrom.h index 2241f1eba..cedfccff7 100644 --- a/apt-pkg/cdrom.h +++ b/apt-pkg/cdrom.h @@ -1,10 +1,16 @@ #ifndef PKGLIB_CDROM_H #define PKGLIB_CDROM_H -#include #include #include +#ifndef APT_8_CLEANER_HEADERS +#include +using namespace std; +#endif + +class Configuration; +class OpProgress; class pkgCdromStatus /*{{{*/ {