ArmCPUDetect: Add missing include

<cstring> is required for strncpy
This commit is contained in:
MerryMage 2017-04-21 11:03:40 +01:00
parent 6997515ec1
commit 73cdf9ecb5
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>