diff options
Diffstat (limited to 'ChocolArm64/CpuThread.cs')
-rw-r--r-- | ChocolArm64/CpuThread.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChocolArm64/CpuThread.cs b/ChocolArm64/CpuThread.cs index 87b21395..6cd34f81 100644 --- a/ChocolArm64/CpuThread.cs +++ b/ChocolArm64/CpuThread.cs @@ -1,5 +1,6 @@ using ChocolArm64.Memory; using ChocolArm64.State; +using ChocolArm64.Translation; using System; using System.Threading; |