Chromium Code Reviews| Index: src/diy-fp.h |
| diff --git a/src/diy-fp.h b/src/diy-fp.h |
| index 31f787265eab8d818cc926d09f4f4f7d4900fd11..e0daf27a1e0db545826c63b4338ed4aa76c25e2e 100644 |
| --- a/src/diy-fp.h |
| +++ b/src/diy-fp.h |
| @@ -5,6 +5,10 @@ |
| #ifndef V8_DIY_FP_H_ |
| #define V8_DIY_FP_H_ |
| +#include <stdint.h> |
| + |
| +#include "src/base/logging.h" |
| + |
| namespace v8 { |
| namespace internal { |