diff options
Diffstat (limited to 'src/ARMJIT_RegisterCache.h')
-rw-r--r-- | src/ARMJIT_RegisterCache.h | 3 |
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> |