summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-11-12 13:01:18 +0800
committerMaxime Coste <mawww@kakoune.org>2017-11-12 13:01:18 +0800
commit00e06302722a5b15a292b10d165dff640a3d3ce0 (patch)
treea05cc739b011f5d2d697671b0a9e11662e8adaaa /src/buffer.hh
parent5cfccad39cd4b215736f8560a55404f78bae4b7d (diff)
Move Array and ConstexprVector to a constexpr_utils.hh header
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index d677647a..0eb6a4f4 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -3,6 +3,7 @@
#include "clock.hh"
#include "coord.hh"
+#include "constexpr_utils.hh"
#include "enum.hh"
#include "safe_ptr.hh"
#include "scope.hh"