Fix compilation for game builds

(cherry picked from commit f4fcc07288)
This commit is contained in:
2025-01-29 16:17:27 +02:00
parent 91c1d3ce0a
commit 24c62e2a8d
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
// Copyright (c) 2012-2024 Wojciech Figat. All rights reserved.
#if USE_EDITOR && PLATFORM_WINDOWS
#if PLATFORM_WINDOWS
#include "Engine/Platform/Types.h"
#include "Engine/Platform/ScreenUtilities.h"