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