fix osx compiling issue on CPUDetect.cpp

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@181 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
tmator 2008-08-12 22:17:41 +00:00
parent 575bdd9166
commit f893f3f17b
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
#include <memory.h>
#ifdef _WIN32
#include <intrin.h>
@ -25,7 +26,6 @@ void __cpuid(int info[4], int x) {memset(info, 0, sizeof(info));}
#endif
#include <memory.h>
#include "Common.h"
#include "CPUDetect.h"