From 245e8e09bbf31a61afc02ae5a6129baa85458ec7 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 18 Jul 2017 15:48:28 +0300 Subject: [PATCH] Fix Qt4 compilation. --- src/webui/abstractwebapplication.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/webui/abstractwebapplication.h b/src/webui/abstractwebapplication.h index c723e0520..d2659ccc4 100644 --- a/src/webui/abstractwebapplication.h +++ b/src/webui/abstractwebapplication.h @@ -32,6 +32,9 @@ #include #include #include +#ifndef QBT_USES_QT5 +#include +#endif #include "base/http/irequesthandler.h" #include "base/http/responsebuilder.h"