mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
(From OE-Core rev: 37c8700560b6da569cdf9d7c306a9aa31dcdf06f) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
258 B
Diff
13 lines
258 B
Diff
Upstream-Status: Pending
|
|
|
|
--- 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.
|