From c689459d5ebbca4443843a9f8d17a87a80dccec1 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 13 Apr 2016 12:11:01 +0000 Subject: [PATCH] libktorrent: fix build of delaywindow test Signed-off-by: Ivailo Monev --- libktorrent/src/utp/delaywindow.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libktorrent/src/utp/delaywindow.h b/libktorrent/src/utp/delaywindow.h index 2c1abcfa..a9437bd4 100644 --- a/libktorrent/src/utp/delaywindow.h +++ b/libktorrent/src/utp/delaywindow.h @@ -22,7 +22,9 @@ #ifndef UTP_DELAYWINDOW_H #define UTP_DELAYWINDOW_H +#ifndef Q_MOC_RUN #include +#endif #include namespace utp -- 2.11.0