Skip to content

Commit

Permalink
Fix missing include in Web main after godotengine#93906
Browse files Browse the repository at this point in the history
My bad, I introduced the bug when amending it.
  • Loading branch information
akien-mga authored and Luis-Wong committed Jul 26, 2024
1 parent 9e617e9 commit 33c4b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/web/web_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 33c4b6d

Please sign in to comment.