From 7a40472c5baa4cc89aa1ed3e1215e6335fec470a Mon Sep 17 00:00:00 2001 From: dhewg Date: Sat, 17 Dec 2011 09:51:51 +0100 Subject: [PATCH] Include cstddef for ptrdiff_t in platform.h --- sys/platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/platform.h b/sys/platform.h index 77fab55..90b6f01 100644 --- a/sys/platform.h +++ b/sys/platform.h @@ -204,6 +204,7 @@ If you have questions concerning this license or the applicable additional terms #include #include #include +#include #include #include #include