Chromium Code Reviews| Index: samples/total/src/Dartc.dart |
| diff --git a/samples/total/src/Dartc.dart b/samples/total/src/Dartc.dart |
| index 231ac06a9ca910a9e610f4eaffefaa27b5cbc6a4..48225160e37fec0aa75e0faa4e01698800f6750c 100644 |
| --- a/samples/total/src/Dartc.dart |
| +++ b/samples/total/src/Dartc.dart |
| @@ -4,6 +4,8 @@ |
| #library("total:dartc"); |
| +#import('dart:io'); |
| + |
| /** |
| * A simple wrapper around dartc. |
| * TODO: automatically determine the exec path to dartc |