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