From a7d93fa11ee985c94950e819720109659af8a5d3 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 2 Sep 2015 21:15:16 +0100 Subject: [PATCH] std::accumulate is in not --- src/insert_completer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insert_completer.cc b/src/insert_completer.cc index ad32bf30..126ab57c 100644 --- a/src/insert_completer.cc +++ b/src/insert_completer.cc @@ -11,7 +11,7 @@ #include "window.hh" #include "word_db.hh" -#include +#include namespace Kakoune {