Chromium Code Reviews| Index: pkg/fixnum/fixnum.dart |
| diff --git a/pkg/fixnum/fixnum.dart b/pkg/fixnum/fixnum.dart |
| index 6cc48ab0a1621976186497d391285ad887d2060a..a34ea631fbc142bc1cf908802ad630e23eab28d3 100644 |
| --- a/pkg/fixnum/fixnum.dart |
| +++ b/pkg/fixnum/fixnum.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| #library('fixnum'); |
| +#import('dart:math', prefix: 'Math'); |
| #source('intx.dart'); |
| #source('int32.dart'); |
| #source('int64.dart'); |