From: Khem Raj Date: Thu, 25 Aug 2022 19:36:18 +0000 (-0700) Subject: fix: Fix build with musl when using GCC 12 (#1145) X-Git-Tag: v4.7~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb72cc26bc91bc56567dbef608088a9437f836bb;p=thirdparty%2Fccache.git fix: Fix build with musl when using GCC 12 (#1145) --- diff --git a/src/Config.hpp b/src/Config.hpp index 33f66445e..0503512e9 100644 --- a/src/Config.hpp +++ b/src/Config.hpp @@ -22,6 +22,8 @@ #include +#include + #include #include #include diff --git a/src/core/Statistics.hpp b/src/core/Statistics.hpp index 54f32e9c6..eb80e1cae 100644 --- a/src/core/Statistics.hpp +++ b/src/core/Statistics.hpp @@ -21,6 +21,7 @@ #include #include +#include #include #include #include