From 64553ed102c5a52604ea632b268c81f789b12176 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 12 Jan 2011 16:32:38 +0100 Subject: * apt-pkg/contrib/weakptr.h: - fix compile error with g++ 4.6 --- apt-pkg/contrib/weakptr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apt-pkg/contrib/weakptr.h') diff --git a/apt-pkg/contrib/weakptr.h b/apt-pkg/contrib/weakptr.h index 5158e393c..ed92eb3f9 100644 --- a/apt-pkg/contrib/weakptr.h +++ b/apt-pkg/contrib/weakptr.h @@ -21,6 +21,7 @@ #ifndef WEAK_POINTER_H #define WEAK_POINTER_H +#include #include /** * Class for objects providing support for weak pointers. -- cgit v1.2.3