Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index 32b8207d83326e95be6a8275d378e6864e309426..1d0fc9015e55b3dbdbe141573c6d79d004531d57 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -15,7 +15,7 @@ namespace internal { |
// Forward declarations. |
class BitVector; |
- |
+class CompilationInfo; |
Yang
2016/05/13 07:07:20
lol... I guess it's because so far we always got i
Michael Starzinger
2016/05/13 08:42:40
Yes. There were several headers unwittingly relyin
|
namespace compiler { |