[Aptitude-svn-commit] r4025 - in branches/aptitude-0.3/aptitude: . src/generic

Daniel Burrows dburrows at costa.debian.org
Wed Aug 31 22:40:23 UTC 2005


Author: dburrows
Date: Wed Aug 31 22:40:21 2005
New Revision: 4025

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/generic/immset.h
Log:
Add a missing #include of iostream.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Wed Aug 31 22:40:21 2005
@@ -2,6 +2,10 @@
 
 	* src/generic/immset.h:
 
+	  Add missing #include of iostream.
+
+	* src/generic/immset.h:
+
 	  Right, don't crash on empty nodes (somehow that got lost when
 	  pasting from the code in the staging area).
 

Modified: branches/aptitude-0.3/aptitude/src/generic/immset.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/immset.h	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/immset.h	Wed Aug 31 22:40:21 2005
@@ -29,6 +29,7 @@
 #define IMMSET_H
 
 #include <assert.h>
+#include <iostream>
 
 #include <vector>
 



More information about the Aptitude-svn-commit mailing list