Add missing includes for those not using precompiled headers (#2815)
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
#include <QStringList>
|
||||
#include <QTimer>
|
||||
|
||||
#include <chrono>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <thread>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
# include <fcntl.h>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
#include <common/Singleton.hpp>
|
||||
#include <memory>
|
||||
#include <shared_mutex>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#include "util/QStringHash.hpp"
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <shared_mutex>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user