summaryrefslogtreecommitdiff
path: root/src/regex_impl.hh
diff options
context:
space:
mode:
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
{