diff --git a/src/lib-hashgraph/tagion/hashgraph/RefinementInterface.d b/src/lib-hashgraph/tagion/hashgraph/RefinementInterface.d index ef47a1350..edb55b487 100644 --- a/src/lib-hashgraph/tagion/hashgraph/RefinementInterface.d +++ b/src/lib-hashgraph/tagion/hashgraph/RefinementInterface.d @@ -6,6 +6,7 @@ import tagion.hashgraph.Event; import tagion.hashgraph.HashGraph; import tagion.hashgraph.HashGraphBasic; import tagion.hashgraph.Round; +import tagion.hibon.Document; import tagion.services.options : TaskNames; import tagion.utils.BitMask; import tagion.utils.StdTime;