diff --git a/src/base/bittorrent/infohash.cpp b/src/base/bittorrent/infohash.cpp index 7fa78b233..36e3fa271 100644 --- a/src/base/bittorrent/infohash.cpp +++ b/src/base/bittorrent/infohash.cpp @@ -28,6 +28,8 @@ #include "infohash.h" +#include + const int TorrentIDTypeId = qRegisterMetaType(); BitTorrent::InfoHash::InfoHash(const WrappedType &nativeHash) diff --git a/src/base/bittorrent/infohash.h b/src/base/bittorrent/infohash.h index f6f3101a1..2953b9fcf 100644 --- a/src/base/bittorrent/infohash.h +++ b/src/base/bittorrent/infohash.h @@ -33,7 +33,6 @@ #endif #include -#include #include #include "base/digest32.h"