Skip to content

Commit

Permalink
DebugTools: Fix GCC build, missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziemas authored and lightningterror committed Dec 24, 2024
1 parent d2fb90a commit 33a475a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcsx2/DebugTools/SymbolGuardian.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <atomic>
#include <thread>
#include <functional>
#include <mutex>
#include <shared_mutex>

#include <ccc/ast.h>
Expand Down

0 comments on commit 33a475a

Please sign in to comment.