-rw-r--r-- | libopie2/opiecore/osmartpointer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opiecore/osmartpointer.h b/libopie2/opiecore/osmartpointer.h index 8f9da7f..c7dc9d9 100644 --- a/libopie2/opiecore/osmartpointer.h +++ b/libopie2/opiecore/osmartpointer.h @@ -32,6 +32,8 @@ _;:, .> :=|. This program is free software; you can #ifndef _OSmartPointer_h #define _OSmartPointer_h +#include <stddef.h> + /*! * \file OSmartPointer.h * \brief smart pointer and reference counter |