You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Fix missing include in MacOS builds
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
|
||||
#include "thirdparty/tinyexr/tinyexr.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
static bool is_supported_format(Image::Format p_format) {
|
||||
// This is checked before anything else.
|
||||
// Mostly uncompressed formats are considered.
|
||||
|
||||
Reference in New Issue
Block a user