[Lemon-commits] [lemon_svn] deba: r2936 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:51:21 CET 2006


Author: deba
Date: Thu Sep  7 16:04:31 2006
New Revision: 2936

Modified:
   hugo/trunk/lemon/iterable_maps.h

Log:
Add missing header sentry




Modified: hugo/trunk/lemon/iterable_maps.h
==============================================================================
--- hugo/trunk/lemon/iterable_maps.h	(original)
+++ hugo/trunk/lemon/iterable_maps.h	Thu Sep  7 16:04:31 2006
@@ -16,6 +16,9 @@
  *
  */
 
+#ifndef LEMON_ITERABLE_MAPS_H
+#define LEMON_ITERABLE_MAPS_H
+
 #include <lemon/bits/traits.h>
 #include <lemon/bits/invalid.h>
 
@@ -916,3 +919,5 @@
 
   /// @}
 }
+
+#endif



More information about the Lemon-commits mailing list