summaryrefslogtreecommitdiff
path: root/src/range.hh
diff options
context:
space:
mode:
authorAdriĆ  Arrufat <adria.arrufat@gmail.com>2024-08-16 08:49:19 +0900
committerAdriĆ  Arrufat <adria.arrufat@gmail.com>2024-08-16 08:49:19 +0900
commit64ed046e5a841520506e1954ff0bd756ea112d94 (patch)
tree28c3e5de5ad0d9652dc135efd96a5adf1d5c6a4f /src/range.hh
parent575f49f1b4cf93e8d91545f2e8959111bf6e7f2b (diff)
include headers cleanup
Diffstat (limited to 'src/range.hh')
-rw-r--r--src/range.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/range.hh b/src/range.hh
index a36386f2..6e72ffba 100644
--- a/src/range.hh
+++ b/src/range.hh
@@ -1,6 +1,8 @@
#ifndef range_hh_INCLUDED
#define range_hh_INCLUDED
+#include <cstddef>
+
namespace Kakoune
{