Index: pkg/compiler/lib/src/js_backend/resolution_listener.dart |
diff --git a/pkg/compiler/lib/src/js_backend/resolution_listener.dart b/pkg/compiler/lib/src/js_backend/resolution_listener.dart |
index b009d63ff1acea45dbb393acfb5ddd578ff390fe..09eb2ce69b8cbbf87a3037213b06b71856f743c5 100644 |
--- a/pkg/compiler/lib/src/js_backend/resolution_listener.dart |
+++ b/pkg/compiler/lib/src/js_backend/resolution_listener.dart |
@@ -30,6 +30,7 @@ import 'mirrors_data.dart'; |
import 'native_data.dart' show NativeBasicData; |
import 'no_such_method_registry.dart'; |
import 'type_variable_handler.dart'; |
+import 'runtime_types.dart'; |
class ResolutionEnqueuerListener extends EnqueuerListener { |
// TODO(johnniwinther): Avoid the need for this. |