diff options
Diffstat (limited to 'tools/ccache/patches/110-musl-gcc12.patch')
-rw-r--r-- | tools/ccache/patches/110-musl-gcc12.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ccache/patches/110-musl-gcc12.patch b/tools/ccache/patches/110-musl-gcc12.patch index 01229ed475..4e7784dcc8 100644 --- a/tools/ccache/patches/110-musl-gcc12.patch +++ b/tools/ccache/patches/110-musl-gcc12.patch @@ -22,9 +22,9 @@ Subject: [PATCH] fix: Fix build with musl when using GCC 12 (#1145) #include <limits> --- a/src/core/Statistics.hpp +++ b/src/core/Statistics.hpp -@@ -21,6 +21,7 @@ - #include <core/StatisticsCounters.hpp> +@@ -22,6 +22,7 @@ + #include <cstdint> #include <string> +#include <ctime> #include <unordered_map> |