branch: elpa/helm
commit bcdc99ac7a4063c202caf8e91f69fb455e30f0fb
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Require helm-lib in helm-x-icons
---
helm-x-icons.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/helm-x-icons.el b/helm-x-icons.el
index 89fa1990cc..069c3a1e32 100644
--- a/helm-x-icons.el
+++ b/helm-x-icons.el
@@ -17,6 +17,8 @@
;;; Code:
+(require 'helm-lib)
+
(defgroup helm-x-icons nil
"Compatibility functions between icons provider packages."
:group 'helm)