summaryrefslogtreecommitdiff
path: root/media-sound/spek/files/02_ftbfs-gcc13.patch
blob: 3271d2eb3947ec765b192d13eb0deda9fb3027e1 (plain)
1
2
3
4
5
6
7
8
9
10
Author: Matteo Bini <matteobin@tiepi.it>
Description: Fix ftbfs with GCC-13
Forwarded: https://github.com/alexkay/spek/commit/b1600d9926fa434330171cbebb407d2d0ccdcf03
--- a/tests/perf.cc
+++ b/tests/perf.cc
@@ -1,3 +1,4 @@
+#include <cstdint>
 #include <cstdlib>
 #include <iostream>
 #include <fstream>