# HG changeset patch # User Chris Cannam # Date 1312970490 -3600 # Node ID 1d859a5dc20e5a3921c2c30a7acbd064ec926abf # Parent 682101331278b400507e72520b276a26ce76cb73 Build fix for gcc-4.6 from Robin Gareus diff -r 682101331278 -r 1d859a5dc20e base/ResizeableBitset.h --- 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 #include #include +#include class ResizeableBitset {