From 6437d484eb26125190e9a7c4ffd275ca4bcb7f5e Mon Sep 17 00:00:00 2001 From: Gustav Sterbrant Date: Tue, 7 May 2024 10:36:18 +0200 Subject: [PATCH] Fix linux build --- code/render/frame/framescript.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/render/frame/framescript.h b/code/render/frame/framescript.h index aa2949db0..abda8e553 100644 --- a/code/render/frame/framescript.h +++ b/code/render/frame/framescript.h @@ -25,6 +25,7 @@ #include "frame/framepass.h" #include "memory/arenaallocator.h" #include "threading/event.h" +#include "graphics/graphicsserver.h" namespace Graphics { class View;