| Index: runtime/vm/bigint_operations.cc
|
| diff --git a/runtime/vm/bigint_operations.cc b/runtime/vm/bigint_operations.cc
|
| index 094fd934bd712a9fdecd33cb8747dd2de11c4e54..afd4b9935f92bf0da313dc5a02ee18b5dd152da8 100644
|
| --- a/runtime/vm/bigint_operations.cc
|
| +++ b/runtime/vm/bigint_operations.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #include <openssl/crypto.h>
|
|
|
| +#include "platform/utils.h"
|
| #include "vm/bigint_store.h"
|
| #include "vm/double_internals.h"
|
| #include "vm/exceptions.h"
|
| -#include "vm/utils.h"
|
| #include "vm/zone.h"
|
|
|
| namespace dart {
|
|
|