You've already forked godot
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:
@@ -34,6 +34,7 @@
|
|||||||
#include "core/math/math_funcs.h"
|
#include "core/math/math_funcs.h"
|
||||||
|
|
||||||
#include <zlib.h> // Should come before including tinyexr.
|
#include <zlib.h> // Should come before including tinyexr.
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
#include "thirdparty/tinyexr/tinyexr.h"
|
#include "thirdparty/tinyexr/tinyexr.h"
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,8 @@
|
|||||||
#include "core/templates/self_list.h"
|
#include "core/templates/self_list.h"
|
||||||
#include "scene/main/scene_tree_fti.h"
|
#include "scene/main/scene_tree_fti.h"
|
||||||
|
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
#undef Window
|
#undef Window
|
||||||
|
|
||||||
class ArrayMesh;
|
class ArrayMesh;
|
||||||
|
|||||||
Reference in New Issue
Block a user