mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Add omitted Skia "Safe Math" includes.
This commit is contained in:
parent
b2cb4042f0
commit
4070f2c744
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
#include "SkMathPriv.h"
|
||||
#include "SkSafeMath.h"
|
||||
#include "SkFixed.h"
|
||||
#include "SkFloatBits.h"
|
||||
#include "SkFloatingPoint.h"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue