diff options
Diffstat (limited to 'chess-ply.el')
| -rw-r--r-- | chess-ply.el | 3 |
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) |
