summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-08-14 20:35:04 +1000
committerMaxime Coste <mawww@kakoune.org>2024-08-14 20:35:04 +1000
commitc8f8548130d07c210d4fec0188f52633858ed228 (patch)
treeb5aa0e4ad0643e5267c0de2ad90192575616a58a /src
parent7a60ae9a7f7cb8feb9a688ecda8c1d59ccc0f0ad (diff)
More include fixes
Diffstat (limited to 'src')
-rw-r--r--src/format.cc1
-rw-r--r--src/string_utils.cc1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/format.cc b/src/format.cc
index 685fa651..4d53a687 100644
--- a/src/format.cc
+++ b/src/format.cc
@@ -4,6 +4,7 @@
#include "string_utils.hh"
#include <charconv>
+#include <cstdio>
namespace Kakoune
{
diff --git a/src/string_utils.cc b/src/string_utils.cc
index 42b299f9..b6e06af2 100644
--- a/src/string_utils.cc
+++ b/src/string_utils.cc
@@ -5,7 +5,6 @@
#include "unit_tests.hh"
#include <charconv>
-#include <cstdio>
namespace Kakoune
{