From a328432db7dee27147b840ce12aaf39de0945cb3 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 4 Feb 2020 17:42:00 +0000 Subject: [PATCH] generic: include required headers Signed-off-by: Ivailo Monev --- kfilemetadata/autotests/indexerextractortests.cpp | 2 ++ kget/tests/verifiertest.h | 1 + libktorrent/src/diskio/tests/preallocationtest.cpp | 3 +++ libktorrent/src/torrent/tests/statsfiletest.cpp | 7 +++++-- libktorrent/src/torrent/tests/torrentfilestreammultitest.cpp | 2 ++ libktorrent/src/torrent/tests/torrentfilestreamtest.cpp | 2 ++ libktorrent/src/utp/tests/connecttest.cpp | 2 ++ libktorrent/src/utp/tests/fintest.cpp | 2 ++ libktorrent/src/utp/tests/packetlosstest.cpp | 2 ++ libktorrent/src/utp/tests/sendtest.cpp | 2 ++ libktorrent/src/utp/tests/sockettest.cpp | 2 ++ libktorrent/src/utp/tests/transmittest.cpp | 2 ++ libktorrent/src/utp/tests/utppolltest.cpp | 2 ++ 13 files changed, 29 insertions(+), 2 deletions(-) diff --git a/kfilemetadata/autotests/indexerextractortests.cpp b/kfilemetadata/autotests/indexerextractortests.cpp index 5e54fc39..c5448940 100644 --- a/kfilemetadata/autotests/indexerextractortests.cpp +++ b/kfilemetadata/autotests/indexerextractortests.cpp @@ -23,6 +23,8 @@ #include "indexerextractortests.h" #include +#include + #include "qtest_kde.h" #include "simpleresult.h" #include "indexerextractortestsconfig.h" diff --git a/kget/tests/verifiertest.h b/kget/tests/verifiertest.h index 2b459992..b7bfed20 100644 --- a/kget/tests/verifiertest.h +++ b/kget/tests/verifiertest.h @@ -21,6 +21,7 @@ #define KGET_VERIFIER_TEST_H #include +#include #include class KTempDir; diff --git a/libktorrent/src/diskio/tests/preallocationtest.cpp b/libktorrent/src/diskio/tests/preallocationtest.cpp index 99c9c834..8dc6ecff 100644 --- a/libktorrent/src/diskio/tests/preallocationtest.cpp +++ b/libktorrent/src/diskio/tests/preallocationtest.cpp @@ -19,8 +19,11 @@ ***************************************************************************/ #include +#include +#include #include #include + #include #include #include diff --git a/libktorrent/src/torrent/tests/statsfiletest.cpp b/libktorrent/src/torrent/tests/statsfiletest.cpp index fe91dc83..d81e35fa 100644 --- a/libktorrent/src/torrent/tests/statsfiletest.cpp +++ b/libktorrent/src/torrent/tests/statsfiletest.cpp @@ -20,11 +20,14 @@ #include #include +#include +#include +#include +#include + #include #include #include -#include -#include using namespace bt; diff --git a/libktorrent/src/torrent/tests/torrentfilestreammultitest.cpp b/libktorrent/src/torrent/tests/torrentfilestreammultitest.cpp index 4c83f47f..9a68509e 100644 --- a/libktorrent/src/torrent/tests/torrentfilestreammultitest.cpp +++ b/libktorrent/src/torrent/tests/torrentfilestreammultitest.cpp @@ -2,8 +2,10 @@ #include #include +#include #include #include + #include #include #include diff --git a/libktorrent/src/torrent/tests/torrentfilestreamtest.cpp b/libktorrent/src/torrent/tests/torrentfilestreamtest.cpp index 1ab41abe..cdc0b15c 100644 --- a/libktorrent/src/torrent/tests/torrentfilestreamtest.cpp +++ b/libktorrent/src/torrent/tests/torrentfilestreamtest.cpp @@ -2,8 +2,10 @@ #include #include +#include #include #include + #include #include #include diff --git a/libktorrent/src/utp/tests/connecttest.cpp b/libktorrent/src/utp/tests/connecttest.cpp index 51331788..7d57e333 100644 --- a/libktorrent/src/utp/tests/connecttest.cpp +++ b/libktorrent/src/utp/tests/connecttest.cpp @@ -20,6 +20,8 @@ #include #include +#include + #include #include #include diff --git a/libktorrent/src/utp/tests/fintest.cpp b/libktorrent/src/utp/tests/fintest.cpp index cace4760..600a37c7 100644 --- a/libktorrent/src/utp/tests/fintest.cpp +++ b/libktorrent/src/utp/tests/fintest.cpp @@ -20,6 +20,8 @@ #include #include +#include + #include #include #include diff --git a/libktorrent/src/utp/tests/packetlosstest.cpp b/libktorrent/src/utp/tests/packetlosstest.cpp index 6e631bdc..3149f149 100644 --- a/libktorrent/src/utp/tests/packetlosstest.cpp +++ b/libktorrent/src/utp/tests/packetlosstest.cpp @@ -20,6 +20,8 @@ #include #include +#include + #include #include #include diff --git a/libktorrent/src/utp/tests/sendtest.cpp b/libktorrent/src/utp/tests/sendtest.cpp index eae02a3f..60a4cb41 100644 --- a/libktorrent/src/utp/tests/sendtest.cpp +++ b/libktorrent/src/utp/tests/sendtest.cpp @@ -19,6 +19,8 @@ ***************************************************************************/ #include #include +#include + #include #include #include diff --git a/libktorrent/src/utp/tests/sockettest.cpp b/libktorrent/src/utp/tests/sockettest.cpp index b0760531..fb2f5bb1 100644 --- a/libktorrent/src/utp/tests/sockettest.cpp +++ b/libktorrent/src/utp/tests/sockettest.cpp @@ -20,6 +20,8 @@ #include #include +#include + #include #include #include diff --git a/libktorrent/src/utp/tests/transmittest.cpp b/libktorrent/src/utp/tests/transmittest.cpp index 6235dd71..9f6060cf 100644 --- a/libktorrent/src/utp/tests/transmittest.cpp +++ b/libktorrent/src/utp/tests/transmittest.cpp @@ -22,6 +22,8 @@ #include #include #include +#include + #include #include #include diff --git a/libktorrent/src/utp/tests/utppolltest.cpp b/libktorrent/src/utp/tests/utppolltest.cpp index 0682272c..1405c079 100644 --- a/libktorrent/src/utp/tests/utppolltest.cpp +++ b/libktorrent/src/utp/tests/utppolltest.cpp @@ -20,6 +20,8 @@ #include #include +#include + #include #include #include -- 2.11.0