summaryrefslogtreecommitdiff
path: root/serialize.go
diff options
context:
space:
mode:
Diffstat (limited to 'serialize.go')
-rw-r--r--serialize.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/serialize.go b/serialize.go
index a814b3e..b2ca51e 100644
--- a/serialize.go
+++ b/serialize.go
@@ -13,6 +13,8 @@ import (
"math"
"sort"
"unicode/utf16"
+
+ "github.com/klauspost/compress/zstd"
)
func write8(w io.Writer, x uint8) {