Chromium Code Reviews| Index: lib/crypto/crypto_vm.dart |
| diff --git a/lib/crypto/crypto_vm.dart b/lib/crypto/crypto_vm.dart |
| index 32122b28db438118cfbcffe73e308171462e9666..0101714d310a4275806dc75ebfdf079c2268a573 100644 |
| --- a/lib/crypto/crypto_vm.dart |
| +++ b/lib/crypto/crypto_vm.dart |
| @@ -7,6 +7,8 @@ |
| #library('crypto'); |
| +#import('dart:math'); |
| + |
| /** |
| * Interface for cryptographic hash functions. |
| * |