mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add missing includes for those not using precompiled headers (#2815)
This commit is contained in:
parent
b42f70e6d8
commit
108b733679
3 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue