Skip to content

Commit

Permalink
[Header] Add missing compile-time dependency.
Browse files Browse the repository at this point in the history
Fixes #1119
  • Loading branch information
Alexander-Miller committed Aug 15, 2024
1 parent 6dd112f commit 488dfc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elisp/treemacs-header-line.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
(require 'treemacs-interface)

(eval-when-compile
(require 'treemacs-macros)
(require 'cl-lib))

(cl-macrolet
Expand Down

0 comments on commit 488dfc0

Please sign in to comment.