mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
(From OE-Core rev: 76b32bbe16c790ed81fffe37e67d80d1ec754e4e) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
232 B
Diff
11 lines
232 B
Diff
--- 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.
|