Move GdiPlus header to launcher PCH

Only used by the SDK launcher for the dashboard.
This commit is contained in:
Kawe Mazidjatari 2023-05-26 21:53:25 +02:00
parent 7c944b6dfb
commit 11f20348ac
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#include <bcrypt.h> #include <bcrypt.h>
#include <comdef.h> #include <comdef.h>
#include <direct.h> #include <direct.h>
#include <gdiplus.h>
#include <dbghelp.h> #include <dbghelp.h>
#include <timeapi.h> #include <timeapi.h>
#include <shellapi.h> #include <shellapi.h>

View File

@ -1,5 +1,6 @@
#pragma once #pragma once
#include "core/stdafx.h" #include "core/stdafx.h"
#include <gdiplus.h>
#include "thirdparty/cppnet/cppkore/Form.h" #include "thirdparty/cppnet/cppkore/Form.h"
#include "thirdparty/cppnet/cppkore/Kore.h" #include "thirdparty/cppnet/cppkore/Kore.h"