# HG changeset patch
# User Chris Cannam
# Date 1312970463 -3600
# Node ID 5e8b3ca147e4db7c549d4d9f64f43361f8629d3e
# Parent  ed980bb7c7bcddf053c7a30c636e1b1da9b891b6
Build fix for gcc-4.6 from Robin Gareus

diff -r ed980bb7c7bc -r 5e8b3ca147e4 base/ResizeableBitset.h
--- 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 {