Index: utils/compiler/create_snapshot_entry.dart |
diff --git a/utils/compiler/create_snapshot_entry.dart b/utils/compiler/create_snapshot_entry.dart |
index 259b3d77d809c493f85fdb5bd310e98998ecb991..99fb301ad0d5f563c86eb79e3744794190978660 100644 |
--- a/utils/compiler/create_snapshot_entry.dart |
+++ b/utils/compiler/create_snapshot_entry.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
import 'dart:io'; |
+import 'dart:async'; |
Future<String> getVersion(var rootPath) { |
var suffix = Platform.operatingSystem == 'windows' ? '.exe' : ''; |