StackOrHeapArray: Add missing include of cstddef.
Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
3d916a2cd7
commit
76b12d6056
@@ -5,6 +5,7 @@
|
|||||||
#ifndef _SUPPORT_STACKORHEAPARRAY_H
|
#ifndef _SUPPORT_STACKORHEAPARRAY_H
|
||||||
#define _SUPPORT_STACKORHEAPARRAY_H
|
#define _SUPPORT_STACKORHEAPARRAY_H
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
#include <new>
|
#include <new>
|
||||||
|
|
||||||
template <typename Type, int StackSize>
|
template <typename Type, int StackSize>
|
||||||
|
|||||||
Reference in New Issue
Block a user