changeset 698:1d859a5dc20e

Build fix for gcc-4.6 from Robin Gareus
author Chris Cannam
date Wed, 10 Aug 2011 11:01:30 +0100
parents 682101331278
children 5117d7cf59ec
files base/ResizeableBitset.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/base/ResizeableBitset.h	Sun Jun 26 19:33:54 2011 +0100
+++ b/base/ResizeableBitset.h	Wed Aug 10 11:01:30 2011 +0100
@@ -19,6 +19,7 @@
 #include <vector>
 #include <stdint.h>
 #include <stddef.h>
+#include <stdlib.h>
 
 class ResizeableBitset {