Include <limits> needed by gcc

This commit is contained in:
David Capello 2017-03-15 15:13:08 -03:00
parent b6cf0f218c
commit 9585d75794

View File

@ -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(),