From e03f3dd25c627d222f93fe9fc8b7eaca6740f9f3 Mon Sep 17 00:00:00 2001 From: lizzie Date: Mon, 4 May 2026 16:26:45 +0000 Subject: [PATCH] fix msvc --- src/video_core/host1x/host1x.h | 7 ++++--- src/video_core/host1x/vic.h | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/video_core/host1x/host1x.h b/src/video_core/host1x/host1x.h index 95af998ac0..592ec449e8 100644 --- a/src/video_core/host1x/host1x.h +++ b/src/video_core/host1x/host1x.h @@ -12,14 +12,15 @@ #include "common/common_types.h" +// fd types? +#include "video_core/host1x/nvdec.h" +#include "video_core/host1x/vic.h" + #include "common/address_space.h" #include "video_core/cdma_pusher.h" #include "video_core/host1x/gpu_device_memory_manager.h" #include "video_core/host1x/syncpoint_manager.h" #include "video_core/memory_manager.h" -// fd types? -#include "video_core/host1x/nvdec.h" -#include "video_core/host1x/vic.h" namespace Core { class System; diff --git a/src/video_core/host1x/vic.h b/src/video_core/host1x/vic.h index d728b38f91..c9b3c8c8ce 100644 --- a/src/video_core/host1x/vic.h +++ b/src/video_core/host1x/vic.h @@ -15,7 +15,7 @@ #include "common/common_types.h" #include "common/scratch_buffer.h" #include "video_core/cdma_pusher.h" -#include "video_core/host1x/host1x.h" +#include "video_core/host1x/ffmpeg.h" namespace Tegra::Host1x { class Host1x;