diff options
Diffstat (limited to 'libdash/source/helpers/Block.h')
-rw-r--r-- | libdash/source/helpers/Block.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdash/source/helpers/Block.h b/libdash/source/helpers/Block.h index c71462e8..9f8f9577 100644 --- a/libdash/source/helpers/Block.h +++ b/libdash/source/helpers/Block.h @@ -13,6 +13,8 @@ #define __BLOCK_H__ #include "config.h" +#include <stddef.h> +#include <stdlib.h> namespace dash { |