From 3c4938038b0d5af53a9af46c624b81cba2e23a5c Mon Sep 17 00:00:00 2001 From: kd-11 Date: Mon, 24 Mar 2025 10:11:52 +0300 Subject: [PATCH] Fix for GCC builds --- rpcs3/Emu/RSX/RSXThread.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rpcs3/Emu/RSX/RSXThread.h b/rpcs3/Emu/RSX/RSXThread.h index 71b720bf37..6b078a522b 100644 --- a/rpcs3/Emu/RSX/RSXThread.h +++ b/rpcs3/Emu/RSX/RSXThread.h @@ -10,6 +10,7 @@ #include "Common/bitfield.hpp" #include "Common/profiling_timer.hpp" #include "Common/texture_cache_types.h" +#include "Common/TextureUtils.h" #include "Program/RSXVertexProgram.h" #include "Program/RSXFragmentProgram.h" @@ -91,8 +92,6 @@ namespace rsx bool supports_normalized_barycentrics; // Basically all GPUs except NVIDIA have properly normalized barycentrics }; - class sampled_image_descriptor_base; - struct desync_fifo_cmd_info { u32 cmd;