summaryrefslogtreecommitdiff
path: root/src/buffer.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-03-22 21:08:52 +0000
committerMaxime Coste <mawww@kakoune.org>2017-03-22 21:08:52 +0000
commitca1757230113f7cbbafcd091453a3807c0f5127b (patch)
tree9593d27e5667c8ab6238c91d4aaaae188bf92bcc /src/buffer.cc
parent777ba287e18f2f2452bd90a02f694395e839ff31 (diff)
Try to fix clang 3.5 compilation
Diffstat (limited to 'src/buffer.cc')
-rw-r--r--src/buffer.cc1
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"