summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/weakptr.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2011-02-02 22:49:41 +0100
committerMichael Vogt <mvo@debian.org>2011-02-02 22:49:41 +0100
commit7c748f4aa1bd47089672353fd1a401d1c5c94723 (patch)
tree633dd1ca8e7e40cfa25d6227d9859b04bd9d1fad /apt-pkg/contrib/weakptr.h
parenta92392501b5981b41da8497a99f5964e2f6075b0 (diff)
parent7763525dea18d978a1df8eee4a517314ae49ca71 (diff)
merged from the lp:~mvo/apt/mvo branch
Diffstat (limited to 'apt-pkg/contrib/weakptr.h')
-rw-r--r--apt-pkg/contrib/weakptr.h1
1 files changed, 1 insertions, 0 deletions
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 <cstdlib>
#include <set>
/**
* Class for objects providing support for weak pointers.