mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2026-09-03 18:14:28 +03:00
Remove include of non-standard and not needed <malloc.h> (#103)
This breaks compilation on macOS.
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
#include <godot_cpp/core/class_db.hpp>
|
||||
#include <godot_cpp/variant/utility_functions.hpp>
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
using namespace godot;
|
||||
|
||||
void CPPBenchmarkSpectralNorm::_bind_methods() {
|
||||
|
||||
Reference in New Issue
Block a user