summaryrefslogtreecommitdiff
path: root/src/insert_completer.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-03-16 09:57:39 +0000
committerMaxime Coste <mawww@kakoune.org>2017-03-16 09:57:39 +0000
commit5f7464d90d0bfe641dd2c7bbbca6e78d92d9d818 (patch)
tree2f83259b53104545893c7e59f7a96d04e037278e /src/insert_completer.hh
parent7eaa05845043420c8f8c58932667b71b6784714a (diff)
Try to clean up option include a bit
Diffstat (limited to 'src/insert_completer.hh')
-rw-r--r--src/insert_completer.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/insert_completer.hh b/src/insert_completer.hh
index d7061c37..b0bd13ef 100644
--- a/src/insert_completer.hh
+++ b/src/insert_completer.hh
@@ -2,6 +2,7 @@
#define insert_completer_hh_INCLUDED
#include "option_manager.hh"
+#include "option.hh"
#include "display_buffer.hh"
#include "vector.hh"