Skip to content

Commit

Permalink
Add missing import for clj version.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Nov 4, 2015
1 parent 54cf984 commit fc33c7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/octet/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
(:refer-clojure :exclude [read byte float double short long bytes into repeat])
(:require [octet.spec :as spec]
#?(:cljs
[octet.util :as util :include-macros true])
[octet.util :as util :include-macros true]
:clj
[octet.util :as util])
[octet.spec.basic :as basic-spec]
[octet.spec.string :as string-spec]
[octet.spec.collections :as coll-spec]
Expand Down

0 comments on commit fc33c7a

Please sign in to comment.