| Index: runtime/lib/bigint.dart
|
| diff --git a/runtime/lib/bigint.dart b/runtime/lib/bigint.dart
|
| index 0c562d7b730e9b3e9e4649a9636aa8d1252454cf..e4fc4ebb957ade8bb70dde710dfc53c5aa68249c 100644
|
| --- a/runtime/lib/bigint.dart
|
| +++ b/runtime/lib/bigint.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import 'dart:typed_data' show Uint32List;
|
| +
|
| // Copyright 2009 The Go Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style
|
| // license that can be found in the LICENSE file.
|
|
|