Chromium Code Reviews| Index: src/func-name-inferrer.h |
| diff --git a/src/func-name-inferrer.h b/src/func-name-inferrer.h |
| index f57e7786045d32175c3cb6f39463172064060eaa..41953ffed972585f4f1d69ef070b19c36f09a19d 100644 |
| --- a/src/func-name-inferrer.h |
| +++ b/src/func-name-inferrer.h |
| @@ -28,9 +28,13 @@ |
| #ifndef V8_FUNC_NAME_INFERRER_H_ |
| #define V8_FUNC_NAME_INFERRER_H_ |
| +#include "handles.h" |
| +#include "zone.h" |
| + |
| namespace v8 { |
| namespace internal { |
| +class FunctionLiteral; |
| class Isolate; |
| // FuncNameInferrer is a stateful class that is used to perform name |