From 0c6358a2af337a86d3f27299af1b9babf8537ef8 Mon Sep 17 00:00:00 2001 From: Kasia Date: Fri, 13 May 2022 12:45:42 +0200 Subject: [PATCH] Add missing QDebug header (#3725) * Fix apparent missing header * I had format on save turned off --- src/providers/twitch/PubSubActions.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/twitch/PubSubActions.hpp b/src/providers/twitch/PubSubActions.hpp index d6361738b..d698b9aef 100644 --- a/src/providers/twitch/PubSubActions.hpp +++ b/src/providers/twitch/PubSubActions.hpp @@ -1,6 +1,7 @@ #pragma once #include +#include #include #include