summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chess-scid.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/chess-scid.el b/chess-scid.el
index 91c502b..58ca27a 100644
--- a/chess-scid.el
+++ b/chess-scid.el
@@ -29,6 +29,10 @@
;;; Code:
+(require 'chess-game)
+(require 'chess-message)
+(require 'chess-pgn)
+
(chess-message-catalog 'english
'((failed-load . "Failed to load game %d from ChessDB")
(failed-find-end . "Failed to locate end of game %d in ChessDB")))