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.6.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a69bdc87d7a4a7b019c4086cb007a0b48a007f4a;p=thirdparty%2Fccache.git fix: Fix build with musl when using GCC 12 (#1145) (cherry picked from commit bb72cc26bc91bc56567dbef608088a9437f836bb) --- diff --git a/src/Config.hpp b/src/Config.hpp index a9e08eca3..9e7af40c8 100644 --- a/src/Config.hpp +++ b/src/Config.hpp @@ -25,6 +25,8 @@ #include "third_party/nonstd/optional.hpp" +#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