From cce01f4d6c245bd8ea1f8bd6e80422b0c071d927 Mon Sep 17 00:00:00 2001 From: Vladislav Belov Date: Sun, 25 Jan 2026 16:27:31 +0100 Subject: [PATCH] Fixes compilation after #8621 Fixes #8685 --- source/graphics/CinemaManager.h | 2 ++ source/renderer/DebugRenderer.h | 1 + source/tools/atlas/GameInterface/View.h | 2 ++ 3 files changed, 5 insertions(+) diff --git a/source/graphics/CinemaManager.h b/source/graphics/CinemaManager.h index 6c7a4d9d7c..b7d4d3a458 100644 --- a/source/graphics/CinemaManager.h +++ b/source/graphics/CinemaManager.h @@ -20,6 +20,8 @@ class RNSpline; +namespace Renderer::Backend { class IDeviceCommandContext; } + struct CColor; /** diff --git a/source/renderer/DebugRenderer.h b/source/renderer/DebugRenderer.h index 4e21d07ecf..5b04f67b31 100644 --- a/source/renderer/DebugRenderer.h +++ b/source/renderer/DebugRenderer.h @@ -30,6 +30,7 @@ class CBrush; class CCamera; class CMatrix3D; class CVector3D; +namespace Renderer::Backend { class IDeviceCommandContext; } namespace Renderer::Backend { class IVertexInputLayout; } struct CColor; diff --git a/source/tools/atlas/GameInterface/View.h b/source/tools/atlas/GameInterface/View.h index c5331c6c21..170250ed87 100644 --- a/source/tools/atlas/GameInterface/View.h +++ b/source/tools/atlas/GameInterface/View.h @@ -33,6 +33,8 @@ class AtlasViewGame; class CCanvas2D; class CSimulation2; +namespace Renderer::Backend { class IDeviceCommandContext; } + /** * Superclass for all Atlas game views. */