diff base/ResizeableBitset.h @ 693:682101331278

Build fix
author Chris Cannam
date Sun, 26 Jun 2011 19:33:54 +0100
parents 107d3f3705c9
children 5e8b3ca147e4
line wrap: on
line diff
--- a/base/ResizeableBitset.h	Tue Jun 14 15:28:42 2011 +0100
+++ b/base/ResizeableBitset.h	Sun Jun 26 19:33:54 2011 +0100
@@ -18,6 +18,7 @@
 
 #include <vector>
 #include <stdint.h>
+#include <stddef.h>
 
 class ResizeableBitset {