summaryrefslogtreecommitdiff
path: root/src/scope.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-12-23 13:54:09 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-12-23 13:54:09 +0000
commitb6ff15aa757eb35fed5772d28e3c06b5e844a49e (patch)
treed41ebca1b4fe4591017f5310749b263047ba9345 /src/scope.hh
parent064fb81b8d38df3bc77e2211fb6bc5db84fedb97 (diff)
Unify completion from container content logic
Diffstat (limited to 'src/scope.hh')
-rw-r--r--src/scope.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scope.hh b/src/scope.hh
index 0fb99f8d..5cc63b28 100644
--- a/src/scope.hh
+++ b/src/scope.hh
@@ -5,6 +5,7 @@
#include "hook_manager.hh"
#include "keymap_manager.hh"
#include "option_manager.hh"
+#include "utils.hh"
namespace Kakoune
{