summaryrefslogtreecommitdiff
path: root/src/regex_impl.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-04-01 11:41:50 +1100
committerMaxime Coste <mawww@kakoune.org>2024-04-01 11:41:50 +1100
commite34735a35041c19cc80d24cab6237abd447b8924 (patch)
tree1cef5abcecd24d4d623f804e81508260c05e9ca9 /src/regex_impl.hh
parent6626d1cfa62faae7752f65efd5bdf47659164218 (diff)
Add missing <bit> include
Diffstat (limited to 'src/regex_impl.hh')
-rw-r--r--src/regex_impl.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regex_impl.hh b/src/regex_impl.hh
index d8c39c4d..465cfdf5 100644
--- a/src/regex_impl.hh
+++ b/src/regex_impl.hh
@@ -8,6 +8,8 @@
#include "vector.hh"
#include "utils.hh"
+#include <bit>
+
namespace Kakoune
{