Fix missing include in Web main after #93906
My bad, I introduced the bug when amending it.
This commit is contained in:
parent
20ba2f00bd
commit
ce16818dd5
1 changed files with 1 additions and 0 deletions
|
|
@ -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 <emscripten/emscripten.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue