summaryrefslogtreecommitdiff
path: root/chess-ply.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-ply.el')
-rw-r--r--chess-ply.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/chess-ply.el b/chess-ply.el
index a4463a5..ad9423c 100644
--- a/chess-ply.el
+++ b/chess-ply.el
@@ -43,6 +43,9 @@
;;; Code:
+(eval-when-compile
+ (require 'cl))
+
(require 'chess-pos)
(require 'chess-algebraic)