Fix compilation for game builds

(cherry picked from commit f4fcc07288)
This commit is contained in:
2025-01-29 16:17:27 +02:00
parent 942124fdc3
commit c523079f0e
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_LINUX
#if PLATFORM_LINUX
#include "Engine/Platform/Types.h"
#include "Engine/Platform/ScreenUtilities.h"