summaryrefslogtreecommitdiff
path: root/games-emulation/pcsx2/files/pcsx2-2.2.0-missing-header.patch
blob: 17d53c1d1ee3235ab991a0bd1f87f6241881a5b2 (plain)
1
2
3
4
5
6
7
8
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>