Fix missing include in Skia SafeMath

This commit is contained in:
wolfbeast 2018-05-17 13:28:50 +02:00 • committed by Roy Tam
commit 2a5df33520

View file

@ -9,6 +9,7 @@
#define SkSafeMath_DEFINED
#include "SkTypes.h"
#include "SkTFitsIn.h"
#include <limits>
// SkSafeMath always check that a series of operations do not overflow.