summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2023-03-01 19:50:22 +1100
committerMaxime Coste <mawww@kakoune.org>2023-03-01 19:50:22 +1100
commit0a4c4a5de5ce5de804d2d96d2c6c5b92f69b3305 (patch)
tree0a8b733a63be27f57e19e2f6d2f6a72ef4b93f32 /src
parentf25fabdf2e1fb3aae3572b611cdb4f7f8bd8895e (diff)
parent894e44fdbff4221549d358faa4a73ea43e1283a5 (diff)
Merge remote-tracking branch 'mujo-hash/master'
Diffstat (limited to 'src')
-rw-r--r--src/keys.hh2
-rw-r--r--src/ranked_match.hh2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/keys.hh b/src/keys.hh
index 0af1a5a8..ccafe336 100644
--- a/src/keys.hh
+++ b/src/keys.hh
@@ -9,6 +9,8 @@
#include "unicode.hh"
#include "vector.hh"
+#include <cstdint>
+
namespace Kakoune
{
diff --git a/src/ranked_match.hh b/src/ranked_match.hh
index ec7fe626..62d6b8f0 100644
--- a/src/ranked_match.hh
+++ b/src/ranked_match.hh
@@ -4,6 +4,8 @@
#include "string.hh"
#include "meta.hh"
+#include <cstdint>
+
namespace Kakoune
{