Chromium Code Reviews| Index: src/fast-dtoa.cc |
| diff --git a/src/fast-dtoa.cc b/src/fast-dtoa.cc |
| index 13b04634de7685c749850dc676a196d4c6f4383e..d6edddce1df6d9a516c6dee69bc3313b0283072f 100644 |
| --- a/src/fast-dtoa.cc |
| +++ b/src/fast-dtoa.cc |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "include/v8stdint.h" |
| +#include <stdint.h> |
| #include "src/base/logging.h" |
| #include "src/utils.h" |