fix: compilation on macOS without precompiled headers (#4348)

This commit is contained in:
LosFarmosCTL 2023-01-31 15:48:56 +01:00 committed by GitHub
parent d313342f20
commit 6516116244
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#include <cinttypes>
#include <memory>
#include <unordered_map>
#include <vector>
namespace chatterino {

View file

@ -4,6 +4,8 @@
#include <rapidjson/rapidjson.h>
#include <unordered_map>
class QAbstractTableModel;
namespace chatterino {

View file

@ -9,6 +9,8 @@
#include <QString>
#include <QVariant>
#include <unordered_map>
namespace chatterino {
struct Emote;