mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Include <limits> needed by gcc
This commit is contained in:
parent
b6cf0f218c
commit
9585d75794
@ -13,6 +13,8 @@
|
||||
#include "base/debug.h"
|
||||
#include "doc/slices.h"
|
||||
|
||||
#include <limits>
|
||||
|
||||
namespace doc {
|
||||
|
||||
const gfx::Point SliceKey::NoPivot(std::numeric_limits<int32_t>::min(),
|
||||
|
Loading…
Reference in New Issue
Block a user