mirror of
https://github.com/SqrtMinusOne/org-clock-agg.git
synced 2025-12-10 14:03:02 +03:00
org-clock-agg: fix byte-compile (x2)
This commit is contained in:
parent
d9ce9d189b
commit
2657e396e0
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@
|
||||||
(require 'compat)
|
(require 'compat)
|
||||||
(require 'org-ql)
|
(require 'org-ql)
|
||||||
|
|
||||||
|
(eval-when-compile
|
||||||
|
(require 'org-ql-view))
|
||||||
|
|
||||||
;; XXX byte-compiler on 29.4 started to want this, don't know why
|
;; XXX byte-compiler on 29.4 started to want this, don't know why
|
||||||
(defvar widget-push-button-prefix)
|
(defvar widget-push-button-prefix)
|
||||||
(defvar widget-push-button-suffix)
|
(defvar widget-push-button-suffix)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue