Chromium Code Reviews| Index: src/checks.h |
| =================================================================== |
| --- src/checks.h (revision 6011) |
| +++ src/checks.h (working copy) |
| @@ -30,6 +30,7 @@ |
| #include <string.h> |
| +#include "../include/v8stdint.h" |
| extern "C" void V8_Fatal(const char* file, int line, const char* format, ...); |
| // The FATAL, UNREACHABLE and UNIMPLEMENTED macros are useful during |