Add missing includes for those not using precompiled headers (#2815)

This commit is contained in:
pajlada 2021-05-23 23:10:29 +02:00 committed by GitHub
parent b42f70e6d8
commit 108b733679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View file

@ -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>

View file

@ -2,6 +2,7 @@
#include <boost/optional.hpp>
#include <common/Singleton.hpp>
#include <memory>
#include <shared_mutex>
#include <unordered_map>
#include <vector>

View file

@ -7,6 +7,7 @@
#include "util/QStringHash.hpp"
#include <map>
#include <memory>
#include <shared_mutex>
#include <vector>