From 33c4b6d65b41836fe977f27b85a26f46191cc56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 5 Jul 2024 14:40:44 +0200 Subject: [PATCH] Fix missing include in Web main after #93906 My bad, I introduced the bug when amending it. --- platform/web/web_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/web/web_main.cpp b/platform/web/web_main.cpp index eb616440661b..d0c3bd7c0e1e 100644 --- a/platform/web/web_main.cpp +++ b/platform/web/web_main.cpp @@ -36,6 +36,7 @@ #include "core/io/resource_loader.h" #include "main/main.h" #include "scene/main/scene_tree.h" +#include "scene/main/window.h" // SceneTree only forward declares it. #include #include