From f9abfd0b03b67e3fa876fcacf584edf378164eb9 Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 3 Oct 2023 07:58:11 -0700 Subject: [PATCH] Revert "fix compilation" This reverts commit 0483ba388904f3404c0b7ffe3616de4539f84f3e. --- weed/storage/erasure_coding/ec_shard.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/weed/storage/erasure_coding/ec_shard.go b/weed/storage/erasure_coding/ec_shard.go index 08a50ebf7..85694e63b 100644 --- a/weed/storage/erasure_coding/ec_shard.go +++ b/weed/storage/erasure_coding/ec_shard.go @@ -7,6 +7,8 @@ import ( "strconv" "strings" + "github.com/seaweedfs/seaweedfs/weed/storage/types" + "github.com/seaweedfs/seaweedfs/weed/stats" "github.com/seaweedfs/seaweedfs/weed/storage/needle" "github.com/seaweedfs/seaweedfs/weed/storage/types"