diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-03-15 18:25:59 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-03-15 18:25:59 +0000 |
| commit | 7d9f1df73a982c93a654ad67b70e34b3a9902aad (patch) | |
| tree | 3c238ad320f2ac21f3a034b5713536c9bc6f677f /src/buffer.cc | |
| parent | 458dd2e9fa96e5e75dde68b135aa43eae470c491 (diff) | |
Small code tweaks regarding flags handling
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 09535366..dac1e19c 100644 --- a/src/buffer.cc +++ b/src/buffer.cc @@ -7,6 +7,7 @@ #include "context.hh" #include "diff.hh" #include "file.hh" +#include "flags.hh" #include "shared_string.hh" #include "unit_tests.hh" #include "utils.hh" |
