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

Add missing cstdlib include for EXIT_SUCCESS and free

This commit is contained in:
Antonio Caggiano
2025-12-16 10:01:25 +01:00
parent 08e6cd181f
commit 717a7f1d76
2 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
#include "core/math/math_funcs.h"
#include <zlib.h> // Should come before including tinyexr.
#include <cstdlib>
#include "thirdparty/tinyexr/tinyexr.h"