Index: samples/proxy/proxy.dart |
diff --git a/samples/proxy/proxy.dart b/samples/proxy/proxy.dart |
index 624c5fdb6bdda5967e98a7fe965cbbfa3aec0886..3d72d11dd6a43137972c10539eedb6edc9629105 100644 |
--- a/samples/proxy/proxy.dart |
+++ b/samples/proxy/proxy.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#library("proxy"); |
+#import("dart:isolate"); |
/** |
* Base class for all RpcProxy's |