1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix 2D builds (again)

This commit is contained in:
A Thousand Ships
2025-10-10 20:44:50 +02:00
parent 16a11ac88b
commit a872b54a3b

View File

@@ -34,6 +34,8 @@
#include "core/debugger/engine_debugger.h" #include "core/debugger/engine_debugger.h"
#include "core/io/dir_access.h" #include "core/io/dir_access.h"
#include "core/io/marshalls.h" #include "core/io/marshalls.h"
#include "core/io/resource_loader.h"
#include "core/io/resource_saver.h"
#include "core/math/math_fieldwise.h" #include "core/math/math_fieldwise.h"
#include "core/object/script_language.h" #include "core/object/script_language.h"
#include "core/os/time.h" #include "core/os/time.h"