Fix building with PCH disabled.

This commit is contained in:
Rohit Nirmal 2015-05-26 22:44:51 -05:00
parent 3135b4f3e4
commit c59bfd2b7f
8 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <cinttypes>
#include <mutex>
#include <string>
#include <vector>

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <mutex>
#include "Common/CommonTypes.h"
#include "Core/ConfigManager.h"

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <mutex>
#include "Common/Thread.h"
#include "Core/ConfigManager.h"

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <mutex>
#include <vector>
#include "Common/CommonPaths.h"

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <mutex>
#include <queue>
#include "Common/CommonFuncs.h"

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <libusb.h>
#include <mutex>
#include "Common/Flag.h"
#include "Common/Thread.h"

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <mutex>
#include <polarssl/md5.h>
#include "Common/ChunkFile.h"

View File

@ -4,6 +4,7 @@
#include <algorithm>
#include <atomic>
#include <mutex>
#include <string>
#include "Common/CommonTypes.h"