Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 0afe1b33cdada13491bbb07e95f436a68b152adb..27933e3e7621363344752d132e0f08e3cc8f8652 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -3451,6 +3451,7 @@ class Script : public Object { |
FINAL_HEAP_OBJECT_IMPLEMENTATION(Script, Object); |
friend class Class; |
+ friend class Precompiler; |
}; |