ArmCPUDetect: Add missing include
<cstring> is required for strncpy
This commit is contained in:
parent
6997515ec1
commit
73cdf9ecb5
|
@ -3,6 +3,7 @@
|
|||
// Refer to the license.txt file included.
|
||||
|
||||
#include <asm/hwcap.h>
|
||||
#include <cstring>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in New Issue