Add missing requires

This commit is contained in:
TEC 2023-07-05 17:30:59 +08:00
parent 1a42ee8563
commit 615fcee877
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
;;
;;; Code:
(eval-when-compile
(require 'cl-lib)
(require 'eieio))
(defclass orgdiff--transient-lisp-variable-formatted (transient-variable)
((reader :initform #'transient-lisp-variable--reader)
(always-read :initform t)