branch: elpa/helm
commit 49bf6a160a96057f56e51c69e9402569b12643f1
Merge: 30cdeac619 939da105d3
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: GitHub <nore...@github.com>

    Merge pull request #2511 from widefox/master
    
    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