| Index: runtime/platform/globals.h
|
| ===================================================================
|
| --- runtime/platform/globals.h (revision 37827)
|
| +++ runtime/platform/globals.h (working copy)
|
| @@ -37,7 +37,6 @@
|
|
|
| #include <float.h>
|
| #include <limits.h>
|
| -#include <math.h>
|
| #include <stdarg.h>
|
| #include <stddef.h>
|
| #include <stdio.h>
|
| @@ -51,11 +50,12 @@
|
| #include "platform/floating_point_win.h"
|
| #endif
|
|
|
| +#include "platform/math.h"
|
| +
|
| #if !defined(_WIN32)
|
| #include "platform/floating_point.h"
|
| #endif
|
|
|
| -
|
| // Target OS detection.
|
| // for more information on predefined macros:
|
| // - http://msdn.microsoft.com/en-us/library/b0084kay.aspx
|
|
|