org-clock-agg: fix byte-compile (x2)

This commit is contained in:
Pavel Korytov 2024-07-13 18:00:14 +03:00
parent d9ce9d189b
commit 2657e396e0

View file

@ -50,6 +50,9 @@
(require 'compat)
(require 'org-ql)
(eval-when-compile
(require 'org-ql-view))
;; XXX byte-compiler on 29.4 started to want this, don't know why
(defvar widget-push-button-prefix)
(defvar widget-push-button-suffix)