Skip to content

Commit fc33c7a

Browse files
committed
Add missing import for clj version.
1 parent 54cf984 commit fc33c7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/octet/core.cljc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
(:refer-clojure :exclude [read byte float double short long bytes into repeat])
2727
(:require [octet.spec :as spec]
2828
#?(:cljs
29-
[octet.util :as util :include-macros true])
29+
[octet.util :as util :include-macros true]
30+
:clj
31+
[octet.util :as util])
3032
[octet.spec.basic :as basic-spec]
3133
[octet.spec.string :as string-spec]
3234
[octet.spec.collections :as coll-spec]

0 commit comments

Comments
 (0)