aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_RegisterCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMJIT_RegisterCache.h')
-rw-r--r--src/ARMJIT_RegisterCache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ARMJIT_RegisterCache.h b/src/ARMJIT_RegisterCache.h
index 1610530..3cb0f79 100644
--- a/src/ARMJIT_RegisterCache.h
+++ b/src/ARMJIT_RegisterCache.h
@@ -27,10 +27,11 @@
#include <assert.h>
-namespace ARMJIT
+namespace melonDS
{
using Platform::Log;
using Platform::LogLevel;
+ using namespace Common;
// Imported inside the namespace so that other headers aren't polluted
template <typename T, typename Reg>