Chromium Code Reviews| Index: lib/compiler/implementation/lib/io.dart |
| diff --git a/lib/compiler/implementation/lib/io.dart b/lib/compiler/implementation/lib/io.dart |
| index 7d412c2213405d996cc3a73c1ad0b2ec1a733109..a08372b8bb4354a41158c589a091c5171b426042 100644 |
| --- a/lib/compiler/implementation/lib/io.dart |
| +++ b/lib/compiler/implementation/lib/io.dart |
| @@ -19,6 +19,7 @@ |
| */ |
| #library("dart:io"); |
| #import("dart:coreimpl"); |
| +#import("dart:math"); |
| #import("dart:isolate"); |
| // TODO(ahe): Should Leg support this library? |
| // #import("dart:nativewrappers"); |