From b3e29911ab2cc0e6012fae8d937b33f19918b4a0 Mon Sep 17 00:00:00 2001 From: Artyom Bystrov Date: Tue, 11 Jul 2023 13:05:08 +0300 Subject: [PATCH] Fix build on GCC13 --- src/Stat.hpp | 1 + src/util/TextTable.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Stat.hpp b/src/Stat.hpp index 2f56214a..c4196b4f 100644 --- a/src/Stat.hpp +++ b/src/Stat.hpp @@ -25,6 +25,7 @@ #include #include +#include #ifdef _WIN32 # ifndef S_IFIFO diff --git a/src/util/TextTable.hpp b/src/util/TextTable.hpp index 05c0e0e5..5c91865c 100644 --- a/src/util/TextTable.hpp +++ b/src/util/TextTable.hpp @@ -20,6 +20,7 @@ #include #include +#include namespace util { -- 2.33.8