Add omitted Skia "Safe Math" includes.

This commit is contained in:
wolfbeast 2018-05-15 17:48:16 +02:00 committed by Roy Tam
commit 4070f2c744
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
*/
#include "SkMathPriv.h"
#include "SkSafeMath.h"
#include "SkFixed.h"
#include "SkFloatBits.h"
#include "SkFloatingPoint.h"

View file

@ -9,6 +9,7 @@
#define SkSafeMath_DEFINED
#include "SkTypes.h"
#include <limits>
// SkSafeMath always check that a series of operations do not overflow.
// This must be correct for all platforms, because this is a check for safety at runtime.