00001 #include <vector> 00002 00003 struct StructWithVectorBool 00004 { 00005 std::vector<bool> value; 00006 };