From 446a9efe9ec42b9280ea64c805b3ef4b97dd2b72 Mon Sep 17 00:00:00 2001 From: "Vladimir Golovnev (Glassez)" Date: Wed, 4 Jun 2014 10:49:25 +0400 Subject: [PATCH] Fix building with Qt5 (missing QObject decl). --- src/qtlibtorrent/torrentspeedmonitor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qtlibtorrent/torrentspeedmonitor.h b/src/qtlibtorrent/torrentspeedmonitor.h index 0a6dbbcc1..5e0ea1c6a 100644 --- a/src/qtlibtorrent/torrentspeedmonitor.h +++ b/src/qtlibtorrent/torrentspeedmonitor.h @@ -31,6 +31,7 @@ #ifndef TORRENTSPEEDMONITOR_H #define TORRENTSPEEDMONITOR_H +#include #include #include #include "qtorrenthandle.h"