Skip to content

Commit 27d7ad0

Browse files
authored
Merge pull request #1961 from samysadi/fix-emscripten-cstdlib
Fix missing <cstdlib> include for Emscripten web builds
2 parents 319af8d + 403935b commit 27d7ad0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/godot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include <godot_cpp/core/error_macros.hpp>
4242

4343
#include <stdio.h>
44+
#include <cstdlib>
4445

4546
namespace godot {
4647

0 commit comments

Comments
 (0)