diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-12-22 18:20:48 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-12-22 18:20:48 -0600 |
| commit | eb2d4935cdd6085b374972ad0ad4930f368be8c8 (patch) | |
| tree | d2dec259a17b3a7184592f2c2b040fd26eb48d45 /Source/Core/Common/ArmCPUDetect.cpp | |
| parent | eaf21b3c8038e209aea7a12bacc0963db487118c (diff) | |
Including missing headers required for non-pch builds and other architectures
Diffstat (limited to 'Source/Core/Common/ArmCPUDetect.cpp')
| -rw-r--r-- | Source/Core/Common/ArmCPUDetect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/ArmCPUDetect.cpp b/Source/Core/Common/ArmCPUDetect.cpp index e971fde2a4..4e68054410 100644 --- a/Source/Core/Common/ArmCPUDetect.cpp +++ b/Source/Core/Common/ArmCPUDetect.cpp @@ -5,6 +5,7 @@ #include <fstream> #include <sstream> #include <string> +#include <unistd.h> #include <asm/hwcap.h> #include <sys/auxv.h> |
