diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-06-10 19:58:02 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-06-10 19:58:02 +0100 |
| commit | 479c31b571513b068aaa5881eec3624d3ac8cd1b (patch) | |
| tree | 1ad6038aeda8daa04db24e638984327f86a140ef /src/function_registry.hh | |
| parent | 3791e74743c65f384893207d91f693a5c33343cd (diff) | |
Replace FunctionGroup template with HighlighterGroup class
Diffstat (limited to 'src/function_registry.hh')
| -rw-r--r-- | src/function_registry.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/function_registry.hh b/src/function_registry.hh index 1565c36a..b7296eac 100644 --- a/src/function_registry.hh +++ b/src/function_registry.hh @@ -4,6 +4,7 @@ #include "completion.hh" #include "id_map.hh" #include "string.hh" +#include "exception.hh" namespace Kakoune { |
