| Index: src/core/Sk4x_portable.h
|
| diff --git a/src/core/Sk4x_portable.h b/src/core/Sk4x_portable.h
|
| index 440e91faaa581b87a0d5441256bc62c0fe88538f..3b7ad46e738f324c07fa41b848f44803cfb97cdb 100644
|
| --- a/src/core/Sk4x_portable.h
|
| +++ b/src/core/Sk4x_portable.h
|
| @@ -1,6 +1,8 @@
|
| // It is important _not_ to put header guards here.
|
| // This file will be intentionally included three times.
|
|
|
| +#include "SkTypes.h" // Keep this before any #ifdef for skbug.com/3362
|
| +
|
| #if defined(SK4X_PREAMBLE)
|
| #include "SkFloatingPoint.h"
|
| #include <math.h>
|
|
|