Try not to parse invalid translation files (LP: #756317)
[ntk/apt.git] / apt-pkg / upgrade.h
index 436d383..aa883df 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef PKGLIB_UPGRADE_H
 #define PKGLIB_UPGRADE_H
 
+class pkgDepCache;
+
 namespace APT {
    namespace Upgrade {
       // FIXME: make this "enum class UpgradeMode {" once we enable c++11