| Index: src/compiler/instruction-selector.h | 
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h | 
| index d77fc02fdd31c2a7abb8dc9e1ba52c558ddf13d3..dc8f1b8407afb01008c7a408a3a2635f734e3fc0 100644 | 
| --- a/src/compiler/instruction-selector.h | 
| +++ b/src/compiler/instruction-selector.h | 
| @@ -10,6 +10,7 @@ | 
| #include "src/compiler/common-operator.h" | 
| #include "src/compiler/instruction.h" | 
| #include "src/compiler/machine-operator.h" | 
| +#include "src/compiler/node.h" | 
| #include "src/zone-containers.h" | 
|  | 
| namespace v8 { | 
| @@ -21,6 +22,8 @@ struct CallBuffer;  // TODO(bmeurer): Remove this. | 
| class FlagsContinuation; | 
| class Linkage; | 
|  | 
| + | 
| +// Instruction selection generates an InstructionSequence for a given Schedule. | 
| class InstructionSelector FINAL { | 
| public: | 
| // Forward declarations. | 
|  |