diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-03-16 09:57:39 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-03-16 09:57:39 +0000 |
| commit | 5f7464d90d0bfe641dd2c7bbbca6e78d92d9d818 (patch) | |
| tree | 2f83259b53104545893c7e59f7a96d04e037278e /src/client.cc | |
| parent | 7eaa05845043420c8f8c58932667b71b6784714a (diff) | |
Try to clean up option include a bit
Diffstat (limited to 'src/client.cc')
| -rw-r--r-- | src/client.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cc b/src/client.cc index e9da59ff..3ce8436d 100644 --- a/src/client.cc +++ b/src/client.cc @@ -6,6 +6,7 @@ #include "buffer_utils.hh" #include "file.hh" #include "remote.hh" +#include "option.hh" #include "client_manager.hh" #include "command_manager.hh" #include "event_manager.hh" |
