diff options
-rw-r--r-- | src/tests/protocolhandler_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/protocolhandler_test.cpp b/src/tests/protocolhandler_test.cpp index cadff337..330a04c2 100644 --- a/src/tests/protocolhandler_test.cpp +++ b/src/tests/protocolhandler_test.cpp @@ -23,6 +23,9 @@ #include "protocolhandler.h" +#include <QWebView> +#include <QNetworkRequest> + class ProtocolhandlerTest : public QObject { |