From 20eba826ee6a839ef65e4253f35bcce1c25ab39e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 28 Jul 2024 22:07:19 -0400 Subject: [PATCH] Add explicit QIcon include --- launcher/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index 05937d7..47edcaf 100755 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -20,6 +20,7 @@ #ifdef Q_OS_WIN #include +#include #endif using namespace Qt::StringLiterals;