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