diff options
Diffstat (limited to 'thirdparty/xatlas/xatlas.h')
-rw-r--r-- | thirdparty/xatlas/xatlas.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/thirdparty/xatlas/xatlas.h b/thirdparty/xatlas/xatlas.h index 7e556c6c36..dbf8ca08c7 100644 --- a/thirdparty/xatlas/xatlas.h +++ b/thirdparty/xatlas/xatlas.h @@ -3,6 +3,9 @@ #ifndef XATLAS_H #define XATLAS_H #include <float.h> // FLT_MAX +// -- GODOT start -- +#include <limits.h> // INT_MAX, UINT_MAX +// -- GODOT end -- namespace xatlas { |