From 38ea3a576a20820e574c6cb37607aeafe07f34b4 Mon Sep 17 00:00:00 2001 From: eb Date: Wed, 30 Apr 2008 02:24:06 +0000 Subject: Tweaks for gcc 4.3 based on patch from Marek Mahut . git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8292 221aa14e-8319-0410-a670-987f0aec2ac5 --- gcell/src/lib/runtime/gc_aligned_alloc.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gcell/src/lib/runtime/gc_aligned_alloc.cc') diff --git a/gcell/src/lib/runtime/gc_aligned_alloc.cc b/gcell/src/lib/runtime/gc_aligned_alloc.cc index fa20a6443..6f9a999b9 100644 --- a/gcell/src/lib/runtime/gc_aligned_alloc.cc +++ b/gcell/src/lib/runtime/gc_aligned_alloc.cc @@ -25,6 +25,7 @@ #include #include #include +#include // custom deleter of anything that can be freed with "free" class free_deleter { -- cgit