Merge pull request #5295 from MerryMage/ACD

ArmCPUDetect: Add missing include
This commit is contained in:
Markus Wick 2017-04-21 12:24:41 +02:00 committed by GitHub
commit 1035a8b697
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <asm/hwcap.h>
#include <cstring>
#include <fstream>
#include <sstream>
#include <string>