mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix Qt4 compilation.
This commit is contained in:
parent
986cff9e66
commit
245e8e09bb
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
#include <QHash>
|
||||
#include <QMap>
|
||||
#include <QObject>
|
||||
#ifndef QBT_USES_QT5
|
||||
#include <QStringList>
|
||||
#endif
|
||||
|
||||
#include "base/http/irequesthandler.h"
|
||||
#include "base/http/responsebuilder.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue