branch: elpa/golden-ratio
commit 44565934dae0037bd6c5402200f681d4ebef66db
Merge: bb4afe59b2 55bc7ccb67
Author: Roman Gonzalez <[email protected]>
Commit: Roman Gonzalez <[email protected]>
Merge branch 'arcanis'
Conflicts:
golden-ratio.el
---
golden-ratio.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/golden-ratio.el b/golden-ratio.el
index 3511a213f7..4c0ccfb0f2 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -13,6 +13,7 @@
;; This file is free software (MIT License)
;;; Code:
+(eval-when-compile (require 'cl))
(defconst -golden-ratio-value 1.618
"The golden ratio value itself.")