Chromium Code Reviews| Index: sdk/lib/convert/convert.dart |
| diff --git a/sdk/lib/convert/convert.dart b/sdk/lib/convert/convert.dart |
| index e493ec043128a33893701c6ea8f0ef12672a32e3..fb0c3be43f4bb3dbb0041e287d7106c9819e1e25 100644 |
| --- a/sdk/lib/convert/convert.dart |
| +++ b/sdk/lib/convert/convert.dart |
| @@ -56,6 +56,7 @@ library dart.convert; |
| import 'dart:async'; |
| import "dart:collection" show HashSet; |
| +import 'dart:typed_data'; |
| part 'ascii.dart'; |
| part 'byte_conversion.dart'; |