X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/64553ed102c5a52604ea632b268c81f789b12176..503c7d594125f963b92047ad2d9d0644f39136c7:/apt-pkg/contrib/weakptr.h

diff --git a/apt-pkg/contrib/weakptr.h b/apt-pkg/contrib/weakptr.h
index ed92eb3f9..8de727d89 100644
--- a/apt-pkg/contrib/weakptr.h
+++ b/apt-pkg/contrib/weakptr.h
@@ -21,8 +21,9 @@
 #ifndef WEAK_POINTER_H
 #define WEAK_POINTER_H
 
-#include <cstdlib>
 #include <set>
+#include <stddef.h>
+
 /**
  * Class for objects providing support for weak pointers.
  *