Chromium Code Reviews| Index: pkg/intl/date_format.dart |
| diff --git a/pkg/intl/date_format.dart b/pkg/intl/date_format.dart |
| index df1bc809eb395746aaccd5ab8f73380c25ba61aa..e0b4cbf2cf97d3fad7372b6eea7bd66e38d5cbdc 100644 |
| --- a/pkg/intl/date_format.dart |
| +++ b/pkg/intl/date_format.dart |
| @@ -156,6 +156,8 @@ |
| #library('date_format'); |
| +#import('dart:math'); |
| + |
| #import('intl.dart'); |
| #import('date_time_patterns.dart'); |
| #import('date_symbols.dart'); |
| @@ -596,4 +598,4 @@ class DateFormat { |
| } |
| return result; |
| } |
| -} |
| +} |