From 9d927162824568fa0cd0bb53e582e9dbc297148f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 18 Sep 2023 18:03:19 -0400 Subject: [PATCH] Use qt6keychain header --- launcher/src/account.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/account.cpp b/launcher/src/account.cpp index afdb127..1802a75 100644 --- a/launcher/src/account.cpp +++ b/launcher/src/account.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include "cotp.h" #include "launchercore.h"