blob: f945bae30bbdea21c91cd56b833f59eea75341b3 (
plain)
1
2
3
4
5
6
7
8
9
|
https://bugs.gentoo.org/935352
--- a/pcsx2/SPU2/defs.h
+++ b/pcsx2/SPU2/defs.h
@@ -8,4 +8,5 @@
#include <algorithm>
#include <array>
+#include <cstdio>
// --------------------------------------------------------------------------------------
|