* fixed compile errors with g++ 7.3 (thanks to
[ntk/apt.git] / apt-pkg / depcache.h
index 84fed7f..7adf6fe 100644 (file)
@@ -45,6 +45,7 @@
 #include <regex.h>
 
 #include <vector>
+#include <memory>
 
 class pkgDepCache : protected pkgCache::Namespace
 {