comparison 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
comparison
equal deleted inserted replaced
696:ed980bb7c7bc 697:5e8b3ca147e4
17 #define _RESIZEABLE_BITMAP_H_ 17 #define _RESIZEABLE_BITMAP_H_
18 18
19 #include <vector> 19 #include <vector>
20 #include <stdint.h> 20 #include <stdint.h>
21 #include <stddef.h> 21 #include <stddef.h>
22 #include <stdlib.h>
22 23
23 class ResizeableBitset { 24 class ResizeableBitset {
24 25
25 public: 26 public:
26 ResizeableBitset() : m_bits(0) { 27 ResizeableBitset() : m_bits(0) {