Fix test compilation (#2426)

This commit is contained in:
pajlada 2021-01-31 13:35:01 +01:00 committed by GitHub
parent 5a29198367
commit 8cd923b8fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
#include "messages/Message.hpp"
#include <QRegularExpression>
namespace filterparser {
using MessagePtr = std::shared_ptr<const chatterino::Message>;