diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-03-22 21:08:52 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-03-22 21:08:52 +0000 |
| commit | ca1757230113f7cbbafcd091453a3807c0f5127b (patch) | |
| tree | 9593d27e5667c8ab6238c91d4aaaae188bf92bcc /src/buffer.cc | |
| parent | 777ba287e18f2f2452bd90a02f694395e839ff31 (diff) | |
Try to fix clang 3.5 compilation
Diffstat (limited to 'src/buffer.cc')
| -rw-r--r-- | src/buffer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.cc b/src/buffer.cc index 04c53083..07383257 100644 --- a/src/buffer.cc +++ b/src/buffer.cc @@ -8,6 +8,7 @@ #include "diff.hh" #include "file.hh" #include "flags.hh" +#include "option_types.hh" #include "shared_string.hh" #include "unit_tests.hh" #include "utils.hh" |
