Index: src/Common/PassVisitor.proto.h
===================================================================
--- src/Common/PassVisitor.proto.h	(revision 37cdd97f319c512b8374d214748e986930e2e8f8)
+++ src/Common/PassVisitor.proto.h	(revision e95a1170b44d57c450f82df8d406ba7ec2075518)
@@ -38,5 +38,5 @@
 	};
 
-	std::stack< cleanup_t > cleanups;
+	std::stack< cleanup_t, std::vector< cleanup_t > > cleanups;
 };
 
