summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-01-15 13:40:58 +0000
committerMaxime Coste <frrrwww@gmail.com>2012-01-15 13:40:58 +0000
commit7599edffa9a2b3d4fc92b34cb88715a02fb19cf4 (patch)
treec74180636d436ea7d8b3276ea0c1560d8337e188 /src
parent0234378bcfa56d89b87cc97914b0d6951d72133c (diff)
idvaluemap: add missing includes
Diffstat (limited to 'src')
-rw-r--r--src/idvaluemap.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/idvaluemap.hh b/src/idvaluemap.hh
index 8278b177..7f7dc7de 100644
--- a/src/idvaluemap.hh
+++ b/src/idvaluemap.hh
@@ -1,6 +1,9 @@
#ifndef idvaluemap_hh_INCLUDED
#define idvaluemap_hh_INCLUDED
+#include <vector>
+#include "completion.hh"
+
namespace Kakoune
{