summaryrefslogtreecommitdiff
path: root/src/client.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/client.hh
parent5cfccad39cd4b215736f8560a55404f78bae4b7d (diff)
Move Array and ConstexprVector to a constexpr_utils.hh header
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh
index fd80ba24..b12bd854 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -1,6 +1,7 @@
#ifndef client_hh_INCLUDED
#define client_hh_INCLUDED
+#include "constexpr_utils.hh"
#include "display_buffer.hh"
#include "env_vars.hh"
#include "input_handler.hh"