Fix missing includes

This commit is contained in:
Florent Castelli 2017-01-24 02:44:10 +01:00
parent c649bf104b
commit a7bf9271b5
4 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <climits>
#include <cstring>
#include <thread>

View File

@ -12,6 +12,8 @@
#ifndef _WIN32
#ifdef __FreeBSD__
#include <unistd.h>
#include <machine/cpufunc.h>
#include <sys/types.h>
#endif

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <cstring>
#include <string>
#include "Common/FileUtil.h"

View File

@ -6,6 +6,7 @@
#include <array>
#include <bitset>
#include <cstring>
#include <functional>
#include <map>
#include <memory>