Index: utils/pub/system_cache.dart |
diff --git a/utils/pub/system_cache.dart b/utils/pub/system_cache.dart |
index d81c44901a6378e9b281cff768b05b7a14c1da2e..6eed8ec38ee73bf149d50d00e0ff801e5d552fec 100644 |
--- a/utils/pub/system_cache.dart |
+++ b/utils/pub/system_cache.dart |
@@ -2,6 +2,11 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+#library('system_cache'); |
+ |
+#import('package.dart'); |
+#import('source_registry.dart'); |
+ |
/** |
* The system-wide cache of installed packages. |
* |