aboutsummaryrefslogtreecommitdiff
path: root/src/dolphin/x64CPUDetect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphin/x64CPUDetect.cpp')
-rw-r--r--src/dolphin/x64CPUDetect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphin/x64CPUDetect.cpp b/src/dolphin/x64CPUDetect.cpp
index 49b51c9..2339048 100644
--- a/src/dolphin/x64CPUDetect.cpp
+++ b/src/dolphin/x64CPUDetect.cpp
@@ -17,6 +17,8 @@
#include <sys/types.h>
#endif
+using namespace melonDS;
+
static inline void __cpuidex(int info[4], int function_id, int subfunction_id)
{
#ifdef __FreeBSD__