mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Fix missing include in Skia SafeMath
This commit is contained in:
parent
0f84519843
commit
2a5df33520
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
#define SkSafeMath_DEFINED
|
#define SkSafeMath_DEFINED
|
||||||
|
|
||||||
#include "SkTypes.h"
|
#include "SkTypes.h"
|
||||||
|
#include "SkTFitsIn.h"
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
|
||||||
// SkSafeMath always check that a series of operations do not overflow.
|
// SkSafeMath always check that a series of operations do not overflow.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue