From 76b12d605688a5a7aa5e220be06bb9bd3980d728 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 12 Jan 2014 00:16:36 +0100 Subject: [PATCH] StackOrHeapArray: Add missing include of cstddef. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Duval --- headers/os/support/StackOrHeapArray.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/os/support/StackOrHeapArray.h b/headers/os/support/StackOrHeapArray.h index af40bf0e1b..45049a4129 100644 --- a/headers/os/support/StackOrHeapArray.h +++ b/headers/os/support/StackOrHeapArray.h @@ -5,6 +5,7 @@ #ifndef _SUPPORT_STACKORHEAPARRAY_H #define _SUPPORT_STACKORHEAPARRAY_H +#include #include template