| Index: sky/engine/wtf/MathExtras.h
|
| diff --git a/sky/engine/wtf/MathExtras.h b/sky/engine/wtf/MathExtras.h
|
| index 6226d1b8a2718cba1e3fae26f4fc8e87cb15d462..6faf173f4be9bf08e6bf184bcb0d69cebe39d443 100644
|
| --- a/sky/engine/wtf/MathExtras.h
|
| +++ b/sky/engine/wtf/MathExtras.h
|
| @@ -27,8 +27,11 @@
|
| #define SKY_ENGINE_WTF_MATHEXTRAS_H_
|
|
|
| #include <cmath>
|
| +#include <cstddef>
|
| #include <limits>
|
| +
|
| #include "sky/engine/wtf/CPU.h"
|
| +#include "sky/engine/wtf/OperatingSystem.h"
|
|
|
| const double piDouble = M_PI;
|
| const float piFloat = static_cast<float>(M_PI);
|
|
|