From bf98e25e43c3f6efe207c3dde1732d44c34ac285 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Dec 2007 09:48:53 +0000 Subject: (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. --- src/misc/blob.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/misc/blob.hpp') 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 -- cgit v1.2.3-70-g09d2