From 5d91182c955d128c8ff7cdd29189fc3ae06201d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Wed, 10 Aug 2022 12:00:10 +0200 Subject: [PATCH] qt: Add missing include * lang/qt/tests/t-revokekey.cpp: Include QDebug. -- Doesn't seem to matter with Qt 5.15.5, but seems to be needed for older versions of Qt. --- lang/qt/tests/t-revokekey.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/qt/tests/t-revokekey.cpp b/lang/qt/tests/t-revokekey.cpp index 9aec5753..83d5e717 100644 --- a/lang/qt/tests/t-revokekey.cpp +++ b/lang/qt/tests/t-revokekey.cpp @@ -38,6 +38,7 @@ #include #include +#include #include #include #include