Skip to content

Commit

Permalink
Merge pull request #3995 from Sonicadvance1/missing_header
Browse files Browse the repository at this point in the history
LinuxSyscalls: Adds missing header
  • Loading branch information
lioncash authored Aug 22, 2024
2 parents b6cb897 + 5edc69b commit 4f40416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Tools/LinuxEmulation/LinuxSyscalls/Utils/Threads.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <FEXCore/fextl/memory.h>

#include <cstddef>
#include <mutex>

namespace FEX::LinuxEmulation::Threads {
/**
Expand Down

0 comments on commit 4f40416

Please sign in to comment.