1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Merge pull request #114072 from Fahien/include-cstdlib

Add missing `cstdlib` include for `EXIT_SUCCESS` and `free`
This commit is contained in:
Rémi Verschelde
2025-12-16 11:27:13 +01:00
2 changed files with 3 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
#include "core/templates/self_list.h"
#include "scene/main/scene_tree_fti.h"
#include <cstdlib>
#undef Window
class ArrayMesh;