Including missing headers required for non-pch builds and other architectures

This commit is contained in:
Ryan Houdek 2015-12-22 18:20:48 -06:00
parent eaf21b3c80
commit eb2d4935cd
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <fstream> #include <fstream>
#include <sstream> #include <sstream>
#include <string> #include <string>
#include <unistd.h>
#include <asm/hwcap.h> #include <asm/hwcap.h>
#include <sys/auxv.h> #include <sys/auxv.h>

View File

@ -4,6 +4,7 @@
#include <cstdio> #include <cstdio>
#include <fstream> #include <fstream>
#include <stdlib.h>
#include <string> #include <string>
#include <utility> #include <utility>

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <cctype> #include <cctype>
#include <cstdlib>
#include <cstring> #include <cstring>
#include <ctime> #include <ctime>