diff --git a/avgtime.d b/avgtime.d index 40e4c96..5ad9dc1 100644 --- a/avgtime.d +++ b/avgtime.d @@ -16,7 +16,8 @@ module avgtime; import std.stdio, std.process, std.getopt, core.time, std.string, std.conv; -import std.algorithm: sort, replace, map, max; +import std.algorithm: sort, map, max; +import std.string: replace; import std.array: array, replicate; import std.math: sqrt, log10;