Skip to content

Commit

Permalink
FIX: self-hosted clojurescript macro requiring
Browse files Browse the repository at this point in the history
  • Loading branch information
leonoel committed Jan 24, 2020
1 parent 6bf861c commit 64c3496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/missionary/core.cljc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns missionary.core
(:require [missionary.impl :as i]
[cloroutine.core :refer [cr]])
[cloroutine.core :refer [cr] :include-macros true])
#?(:cljs (:require-macros [missionary.core :refer [sp ap]])))


Expand Down

0 comments on commit 64c3496

Please sign in to comment.