mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
Seems upstream finally decided to be a bit more supportive of distributions with a package mode. Still need to make the .desktop entry thoguh. Also quick fix a header issue, imagine willl be short lived. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
8 lines
274 B
Diff
8 lines
274 B
Diff
Fails to build likely(?) with >=clang-19
|
|
SymbolGuardian.cpp:19:7: error: no member named 'unique_lock' in namespace 'std'
|
|
--- a/pcsx2/DebugTools/SymbolGuardian.h
|
|
+++ b/pcsx2/DebugTools/SymbolGuardian.h
|
|
@@ -6,2 +6,3 @@
|
|
#include <atomic>
|
|
+#include <mutex>
|
|
#include <thread>
|