diff options
Diffstat (limited to 'src/misc/blob.hpp')
-rw-r--r-- | src/misc/blob.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/misc/blob.hpp b/src/misc/blob.hpp index fd08385f8..c485e9207 100644 --- a/src/misc/blob.hpp +++ b/src/misc/blob.hpp @@ -2,8 +2,10 @@ /** @file blob.hpp */ -#ifndef BLOB_HPP -#define BLOB_HPP +#ifndef BLOB_HPP +#define BLOB_HPP + +#include "../core/alloc_func.hpp" /** Type-safe version of memcpy(). * @param d destination buffer |