Chromium Code Reviews| Index: src/crankshaft/lithium-codegen.h |
| diff --git a/src/crankshaft/lithium-codegen.h b/src/crankshaft/lithium-codegen.h |
| index b1f7dac2e59cd912543b54629bb783a15630514a..b4b464802f82e871ee01582217f282a91133d088 100644 |
| --- a/src/crankshaft/lithium-codegen.h |
| +++ b/src/crankshaft/lithium-codegen.h |
| @@ -12,6 +12,8 @@ |
| namespace v8 { |
| namespace internal { |
| +class HGraph; |
| +class LChunk; |
| class LEnvironment; |
| class LInstruction; |
| class LPlatformChunk; |