From 32c73a6126105379fff89630dc71b15b42e21b46 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 22 Aug 2024 21:08:31 -0400 Subject: [PATCH] Explicitly include QGuiApplication and add a note --- launcher/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index 0ef03a4..28825a3 100755 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -4,6 +4,7 @@ #include #include #include +#include // NOTE: do not remove this, if your IDE suggests to do so #include #include #include