[Lemon-commits] [lemon_svn] alpar: r2755 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:54:59 CET 2006


Author: alpar
Date: Wed May 17 07:54:24 2006
New Revision: 2755

Modified:
   hugo/trunk/lemon/matrix_maps.h

Log:
Fix Bug #45: Missing include


Modified: hugo/trunk/lemon/matrix_maps.h
==============================================================================
--- hugo/trunk/lemon/matrix_maps.h	(original)
+++ hugo/trunk/lemon/matrix_maps.h	Wed May 17 07:54:24 2006
@@ -22,6 +22,7 @@
 
 #include <vector>
 #include <lemon/bits/utility.h>
+#include <lemon/bits/invalid.h>
 #include <lemon/maps.h>
 
 #include <lemon/concept/matrix_maps.h>



More information about the Lemon-commits mailing list