| Index: sky/engine/wtf/SaturatedArithmetic.h
|
| diff --git a/sky/engine/wtf/SaturatedArithmetic.h b/sky/engine/wtf/SaturatedArithmetic.h
|
| index 2f2aeaccae7e5d2fc21bba7c486facc1b6bf0d27..e17889011991688519dddaddc36d719a150172ed 100644
|
| --- a/sky/engine/wtf/SaturatedArithmetic.h
|
| +++ b/sky/engine/wtf/SaturatedArithmetic.h
|
| @@ -31,15 +31,15 @@
|
| #ifndef SaturatedArithmetic_h
|
| #define SaturatedArithmetic_h
|
|
|
| -#include "wtf/CPU.h"
|
| -#include <limits>
|
| #include <stdint.h>
|
| +#include <limits>
|
| +#include "sky/engine/wtf/CPU.h"
|
|
|
| #if CPU(ARM) && COMPILER(GCC) && __OPTIMIZE__
|
|
|
| // If we're building ARM on GCC we replace the C++ versions with some
|
| // native ARM assembly for speed.
|
| -#include "wtf/asm/SaturatedArithmeticARM.h"
|
| +#include "sky/engine/wtf/asm/SaturatedArithmeticARM.h"
|
|
|
| #else
|
|
|
|
|