1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

Merge pull request #7806 from thoradia/rss_feed

Fix missing include in rss_feed.cpp

Fixes #7805
This commit is contained in:
sledgehammer999 2017-11-22 15:51:05 +02:00 committed by GitHub
commit c58d0af88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@
#include "rss_feed.h"
#include <QCryptographicHash>
#include <QDebug>
#include <QDir>
#include <QJsonArray>
#include <QJsonDocument>