diff --git a/google-weather.el b/google-weather.el index d86165d..bc4c7d0 100644 --- a/google-weather.el +++ b/google-weather.el @@ -26,6 +26,7 @@ ;; ;;; Code: +(require 'cl) (require 'url) (require 'url-cache) (require 'xml)