Chromium Code Reviews| Index: sdk/lib/typed_data/typed_data.dart |
| diff --git a/sdk/lib/typed_data/typed_data.dart b/sdk/lib/typed_data/typed_data.dart |
| index c728454d65669a9cbfdb159e14628fe1ec0a0297..665de4bfff0b5ed05f7487ce6169251e6f37063b 100644 |
| --- a/sdk/lib/typed_data/typed_data.dart |
| +++ b/sdk/lib/typed_data/typed_data.dart |
| @@ -4,6 +4,8 @@ |
| library dart.typed_data; |
| +import 'dart:collection'; |
| + |
| /** |
| * A sequence of bytes underlying a typed data object. |
| * Used to process large quantities of binary or numerical data |