Chromium Code Reviews| Index: samples/solar/solar.dart |
| diff --git a/samples/solar/solar.dart b/samples/solar/solar.dart |
| index cd0971b6ff4d2867464bd64d8350a8286198160c..c414406d5041f585631f00c413c96e2d8002e772 100644 |
| --- a/samples/solar/solar.dart |
| +++ b/samples/solar/solar.dart |
| @@ -9,6 +9,7 @@ |
| #library("solar"); |
| #import("dart:html"); |
| +#import("dart:math", prefix: "Math"); |
| /** |
| * The entry point to the application. |