Added missing #include.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@224 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
48cfb8aa1f
commit
2f55ee30be
|
@ -17,6 +17,8 @@
|
|||
|
||||
#ifndef _CPUDETECT_H
|
||||
#define _CPUDETECT_H
|
||||
|
||||
#include <string>
|
||||
|
||||
enum CPUVendor
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue