diff options
| -rw-r--r-- | chess-fen.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chess-fen.el b/chess-fen.el index b428a5f..1eb8d00 100644 --- a/chess-fen.el +++ b/chess-fen.el @@ -38,6 +38,8 @@ ;; relate to the game, not the position. ;; +(require 'chess-pos) + (defun chess-fen-to-pos (fen) "Convert a FEN-like notation string to a chess position." (assert (stringp fen)) |
