Chromium Code Reviews| Index: src/platform.h |
| diff --git a/src/platform.h b/src/platform.h |
| index f94a5266fa44c73415bdbcb6d078ea1a834aa293..f616c7497336998c8e2483b9d07a222624f47eb3 100644 |
| --- a/src/platform.h |
| +++ b/src/platform.h |
| @@ -59,6 +59,10 @@ int signbit(double x); |
| # endif |
| #endif |
| +#if V8_OS_QNX |
| +#include "qnx-math.h" |
| +#endif |
| + |
| // Microsoft Visual C++ specific stuff. |
| #if V8_CC_MSVC |