mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 09:04:02 +00:00
Include <climits> file to use INT_MAX
Note: As a future refactor, replace INT_MAX in all files with std::numeric_limits<> template.
This commit is contained in:
parent
b0a42ed4f1
commit
70db3da8be
@ -20,6 +20,8 @@
|
||||
#include "ui/preferred_size_event.h"
|
||||
#include "ui/slider.h"
|
||||
|
||||
#include <climits>
|
||||
|
||||
namespace app {
|
||||
|
||||
using namespace app::skin;
|
||||
|
Loading…
Reference in New Issue
Block a user