mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix headers in MIPSCPUDetect.
This commit is contained in:
parent
f9e7206449
commit
4fe3786499
1 changed files with 7 additions and 4 deletions
|
@ -17,10 +17,13 @@
|
|||
|
||||
#ifdef __mips__
|
||||
|
||||
#include "Common.h"
|
||||
#include "CPUDetect.h"
|
||||
#include "StringUtils.h"
|
||||
#include "FileUtil.h"
|
||||
#include "Common/Common.h"
|
||||
#include "Common/CPUDetect.h"
|
||||
#include "Common/StringUtils.h"
|
||||
#include "Common/File/FileUtil.h"
|
||||
#include "Common/Data/Encoding/Utf8.h"
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
|
||||
// Only Linux platforms have /proc/cpuinfo
|
||||
#if defined(__linux__)
|
||||
|
|
Loading…
Add table
Reference in a new issue