branch: elpa/helm
commit 939da105d36b95b7a9fd27ba82e1a67b34e62f61
Author: Johnny <jrwe...@gmail.com>
Commit: Johnny <jrwe...@gmail.com>

    add missing require solving compilation warning
---
 helm-grep.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-grep.el b/helm-grep.el
index 66c7e70334..ebfd7d8c21 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -16,6 +16,7 @@
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Code:
+(require 'ansi-color)
 (require 'cl-lib)
 (require 'format-spec)
 (require 'helm)

Reply via email to