summaryrefslogtreecommitdiff
path: root/src/shell_manager.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2023-11-13 23:03:03 +1100
committerMaxime Coste <mawww@kakoune.org>2023-11-13 23:03:03 +1100
commited1e2f2e081b8391da8ecaa0c0481e693443058b (patch)
tree055b9589185e37ea9da0e073bfd0ca09ce68980f /src/shell_manager.cc
parentfbf387f05cfc829dbba99291168dd9d21f022bb1 (diff)
Add missing include for std::array
Diffstat (limited to 'src/shell_manager.cc')
-rw-r--r--src/shell_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell_manager.cc b/src/shell_manager.cc
index 334960b8..0d012538 100644
--- a/src/shell_manager.cc
+++ b/src/shell_manager.cc
@@ -14,6 +14,7 @@
#include "option_types.hh"
#include "regex.hh"
+#include <array>
#include <cstring>
#include <sys/types.h>
#include <sys/wait.h>