diff --git a/src/mrds/trees/heighted.rs b/src/mrds/trees/heighted.rs
index f836c93..2fa4d4b 100644
--- a/src/mrds/trees/heighted.rs
+++ b/src/mrds/trees/heighted.rs
@@ -70,6 +70,12 @@ impl Trees {
}
}
+impl Default for Trees {
+ fn default() -> Self {
+ Self::new()
+ }
+}
+
impl Clone for Trees {
fn clone(&self) -> Self {
Self::new()