Index: src/Common/ScopedMap.h
===================================================================
--- src/Common/ScopedMap.h	(revision 2125443a425acb1ef9b560898cf33182c9f1dd8b)
+++ src/Common/ScopedMap.h	(revision e9b50434ce6bdadbbeec1c812d5b5c1b1322637d)
@@ -181,4 +181,8 @@
 		return c;
 	}
+
+	bool contains( const Key & key ) const {
+		return find( key ) != cend();
+	}
 };
 
