[paludis-commits] r4623 - in trunk: . paludis/util
zlin at svn.pioto.org
zlin at svn.pioto.org
Sun Apr 27 10:48:45 UTC 2008
Author: zlin
Date: 2008-04-27 10:48:44 +0000 (Sun, 27 Apr 2008)
New Revision: 4623
Modified:
trunk/ChangeLog
trunk/paludis/util/hashes.cc
Log:
Include string.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-04-26 14:07:51 UTC (rev 4622)
+++ trunk/ChangeLog 2008-04-27 10:48:44 UTC (rev 4623)
@@ -5,6 +5,10 @@
only listed in SVN log. For a summary of what has changed between releases,
see the NEWS file. This file is occasionally pruned to ChangeLog.old.bz2.
+2008-04-27 Bo Ørsted Andresen
+
+ * paludis/util/hashes.cc: Include string.
+
2008-04-26 David Leverton
* paludis/environments/paludis/: Use proper defaults when
Modified: trunk/paludis/util/hashes.cc
===================================================================
--- trunk/paludis/util/hashes.cc 2008-04-26 14:07:51 UTC (rev 4622)
+++ trunk/paludis/util/hashes.cc 2008-04-27 10:48:44 UTC (rev 4623)
@@ -17,6 +17,7 @@
* Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <string>
#include <paludis/util/hashes.hh>
#include <tr1/functional>
More information about the paludis-commits
mailing list