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