changeset 697:5e8b3ca147e4 library_integration

Build fix for gcc-4.6 from Robin Gareus
author Chris Cannam
date Wed, 10 Aug 2011 11:01:03 +0100
parents ed980bb7c7bc
children 8c410ad4aa97
files base/ResizeableBitset.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/base/ResizeableBitset.h	Fri Jul 22 14:42:50 2011 +0100
+++ b/base/ResizeableBitset.h	Wed Aug 10 11:01:03 2011 +0100
@@ -19,6 +19,7 @@
 #include <vector>
 #include <stdint.h>
 #include <stddef.h>
+#include <stdlib.h>
 
 class ResizeableBitset {