branch: externals/xref-union
commit 5a869bcb0d150b59f0eff4adc3e00c7dd968dbef
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    Add missing (require ...) statements
---
 xref-union.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xref-union.el b/xref-union.el
index d7041e0df0..232b62c8d4 100644
--- a/xref-union.el
+++ b/xref-union.el
@@ -37,6 +37,8 @@
 ;;; Code:
 
 (eval-when-compile (require 'subr-x))
+(eval-when-compile (require 'cl-lib))
+(require 'seq)
 (require 'xref)
 
 (defgroup xref-union '()

Reply via email to