mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix test compilation (#2426)
This commit is contained in:
parent
5a29198367
commit
8cd923b8fb
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include "messages/Message.hpp"
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
||||
namespace filterparser {
|
||||
|
||||
using MessagePtr = std::shared_ptr<const chatterino::Message>;
|
||||
|
|
Loading…
Reference in a new issue