changeset 693:682101331278

Build fix
author Chris Cannam
date Sun, 26 Jun 2011 19:33:54 +0100
parents b99dc5465b80
children 2c4aca969c24 7365a0bd7d5a 1d859a5dc20e 3b00c1650490
files base/ResizeableBitset.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 {