Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.
[debian/gnuradio] / gcell / src / lib / runtime / gc_aligned_alloc.cc
index fa20a64432ddf9d8373ca75dc847d8bb1567aa8a..6f9a999b916f984273cb6f52b6cb2d9bb742b157 100644 (file)
@@ -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 {