diff base/ResizeableBitset.h @ 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 682101331278
children f3c97321e43d
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 {