From b433882ac1eb91091e90b51ed298eb9d3d7fb406 Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Wed, 19 Oct 2022 12:49:24 +0100 Subject: [PATCH] NOISSUE Add missing QMap include This should fix the build. --- launcher/modplatform/atlauncher/ATLPackManifest.h | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/modplatform/atlauncher/ATLPackManifest.h b/launcher/modplatform/atlauncher/ATLPackManifest.h index 3a5d4240..b6536908 100644 --- a/launcher/modplatform/atlauncher/ATLPackManifest.h +++ b/launcher/modplatform/atlauncher/ATLPackManifest.h @@ -16,6 +16,7 @@ #pragma once +#include #include #include #include