diff --git a/Source/DafnyDriver/Commands/MeasureComplexityCommand.cs b/Source/DafnyDriver/Commands/MeasureComplexityCommand.cs index ed44471f31..ea9f3bc61f 100644 --- a/Source/DafnyDriver/Commands/MeasureComplexityCommand.cs +++ b/Source/DafnyDriver/Commands/MeasureComplexityCommand.cs @@ -3,9 +3,12 @@ using System.CommandLine; using System.Linq; using System.Reactive.Subjects; +using System.Threading; using System.Threading.Tasks; using DafnyCore; using DafnyDriver.Commands; +using Microsoft.Boogie; +using VC; namespace Microsoft.Dafny; @@ -13,6 +16,7 @@ static class MeasureComplexityCommand { public static IEnumerable