]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.h
* cmdline/apt-get.cc:
[apt.git] / apt-pkg / depcache.h
index 8f759d345a1f49121267b73fe295d5fe753c64f5..7adf6fe7fa95bca222833f0742a53abd45b87037 100644 (file)
@@ -38,9 +38,6 @@
 #ifndef PKGLIB_DEPCACHE_H
 #define PKGLIB_DEPCACHE_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/depcache.h"
-#endif
 
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/progress.h>
@@ -48,6 +45,7 @@
 #include <regex.h>
 
 #include <vector>
+#include <memory>
 
 class pkgDepCache : protected pkgCache::Namespace
 {