diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-14 20:35:04 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-14 20:35:04 +1000 |
| commit | c8f8548130d07c210d4fec0188f52633858ed228 (patch) | |
| tree | b5aa0e4ad0643e5267c0de2ad90192575616a58a /src | |
| parent | 7a60ae9a7f7cb8feb9a688ecda8c1d59ccc0f0ad (diff) | |
More include fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/format.cc | 1 | ||||
| -rw-r--r-- | src/string_utils.cc | 1 |
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 { |
