| Index: src/compiler/graph-builder.cc
 | 
| diff --git a/src/compiler/graph-builder.cc b/src/compiler/graph-builder.cc
 | 
| index 97f9323e27ee45c06ea4914102aeb1aa40a6b647..ae55b95b4375e6df8fad2045d7491e79bbb940b5 100644
 | 
| --- a/src/compiler/graph-builder.cc
 | 
| +++ b/src/compiler/graph-builder.cc
 | 
| @@ -6,6 +6,8 @@
 | 
|  
 | 
|  #include "src/compiler.h"
 | 
|  #include "src/compiler/generic-graph.h"
 | 
| +#include "src/compiler/generic-node.h"
 | 
| +#include "src/compiler/generic-node-inl.h"
 | 
|  #include "src/compiler/graph-visualizer.h"
 | 
|  #include "src/compiler/node-properties.h"
 | 
|  #include "src/compiler/node-properties-inl.h"
 | 
| 
 |