From ca1757230113f7cbbafcd091453a3807c0f5127b Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 22 Mar 2017 21:08:52 +0000 Subject: [PATCH] Try to fix clang 3.5 compilation --- src/buffer.cc | 1 + 1 file changed, 1 insertion(+) 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"