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 2nafish117 committed Aug 5, 2024
1 parent a070307 commit 5d7a940
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 5d7a940

Please sign in to comment.