]> gitweb.factorcode.org Git - factor.git/commitdiff
cbor: fix using
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 19 Sep 2023 17:37:30 +0000 (10:37 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 19 Sep 2023 17:37:30 +0000 (10:37 -0700)
basis/cbor/cbor.factor

index 86f65efd9365d333870ad10e72ec6a7aea697e37..b2f567ebc71f2a300566932bf09b030b1e90e9e2 100644 (file)
@@ -4,7 +4,7 @@
 USING: accessors arrays assocs base64 byte-arrays calendar
 calendar.format calendar.parser combinators endian io
 io.encodings.binary io.encodings.string io.encodings.utf8
-io.streams.byte-array io.streams.string kernel math
+io.streams.byte-array io.streams.string kernel math math.bitwise
 math.floats.half present sequences strings urls ;
 
 IN: cbor