diff options
| -rw-r--r-- | lisp/calc/calc-units.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index d473b02c0a6..e8a3abfe958 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el | |||
| @@ -30,6 +30,8 @@ | |||
| 30 | 30 | ||
| 31 | (require 'calc-ext) | 31 | (require 'calc-ext) |
| 32 | (require 'calc-macs) | 32 | (require 'calc-macs) |
| 33 | (eval-when-compile | ||
| 34 | (require 'calc-alg)) | ||
| 33 | 35 | ||
| 34 | ;;; Units operations. | 36 | ;;; Units operations. |
| 35 | 37 | ||