Chromium Code Reviews| Index: src/scanner.cc |
| diff --git a/src/scanner.cc b/src/scanner.cc |
| index 72874aacaea5e982ce6bc80471e7c0c282677748..0709939dbac8b142a3ad81a2ea948fa681179b34 100644 |
| --- a/src/scanner.cc |
| +++ b/src/scanner.cc |
| @@ -4,11 +4,12 @@ |
| // Features shared by parsing and pre-parsing scanners. |
| +#include <stdint.h> |
| + |
| #include <cmath> |
| #include "src/v8.h" |
| -#include "include/v8stdint.h" |
| #include "src/ast-value-factory.h" |
| #include "src/char-predicates-inl.h" |
| #include "src/conversions-inl.h" |