From 126982e86049b480100e6b2285e9e066ca2c7d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Tue, 14 Apr 2026 07:58:14 +0200 Subject: [PATCH] Fix include. Took 1 minute --- cockatrice/src/interface/intents/url_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/interface/intents/url_parser.h b/cockatrice/src/interface/intents/url_parser.h index fb3e8181c..7b17079ea 100644 --- a/cockatrice/src/interface/intents/url_parser.h +++ b/cockatrice/src/interface/intents/url_parser.h @@ -1,7 +1,7 @@ #ifndef COCKATRICE_URL_PARSER_H #define COCKATRICE_URL_PARSER_H #include -#include +#include class MainWindow; class IntentUrlParser : public QObject