diff options
author | eb | 2008-04-30 02:24:06 +0000 |
---|---|---|
committer | eb | 2008-04-30 02:24:06 +0000 |
commit | 38ea3a576a20820e574c6cb37607aeafe07f34b4 (patch) | |
tree | f606c6f72729860c68915920a71fa2fa97a0b945 /gcell/src/lib/runtime/gc_aligned_alloc.cc | |
parent | d8e2641775a0ceb4fa388c59968a75509250d923 (diff) | |
download | gnuradio-38ea3a576a20820e574c6cb37607aeafe07f34b4.tar.gz gnuradio-38ea3a576a20820e574c6cb37607aeafe07f34b4.tar.bz2 gnuradio-38ea3a576a20820e574c6cb37607aeafe07f34b4.zip |
Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8292 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gcell/src/lib/runtime/gc_aligned_alloc.cc')
-rw-r--r-- | gcell/src/lib/runtime/gc_aligned_alloc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 <gc_aligned_alloc.h> #include <stdlib.h> #include <stdexcept> +#include <string.h> // custom deleter of anything that can be freed with "free" class free_deleter { |