From c029759e8d9257678109ef31ea2a19f44d507c6c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 28 Jul 2024 21:59:01 -0400 Subject: [PATCH] Add explicit QGuiApplication include --- launcher/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index cb56495..05937d7 100755 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include