From 11f20348ac6d69950ccac92bf14c6247a43edc92 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Fri, 26 May 2023 21:53:25 +0200 Subject: [PATCH] Move GdiPlus header to launcher PCH Only used by the SDK launcher for the dashboard. --- r5dev/core/shared_pch.h | 1 - r5dev/sdklauncher/launcher_pch.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/core/shared_pch.h b/r5dev/core/shared_pch.h index f46a2834..a56febba 100644 --- a/r5dev/core/shared_pch.h +++ b/r5dev/core/shared_pch.h @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include diff --git a/r5dev/sdklauncher/launcher_pch.h b/r5dev/sdklauncher/launcher_pch.h index 57fe7f95..b8dcb2c9 100644 --- a/r5dev/sdklauncher/launcher_pch.h +++ b/r5dev/sdklauncher/launcher_pch.h @@ -1,5 +1,6 @@ #pragma once #include "core/stdafx.h" +#include #include "thirdparty/cppnet/cppkore/Form.h" #include "thirdparty/cppnet/cppkore/Kore.h"