Chromium Code Reviews| Index: runtime/vm/native_arguments.cc |
| diff --git a/runtime/vm/native_arguments.cc b/runtime/vm/native_arguments.cc |
| index 52ef57ff2704e5b04bb166215207d7a2e34399a0..5ab342aad7fb7d667c3fc1ad88ee9a858578790f 100644 |
| --- a/runtime/vm/native_arguments.cc |
| +++ b/runtime/vm/native_arguments.cc |
| @@ -5,6 +5,7 @@ |
| #include "vm/native_arguments.h" |
| #include "platform/assert.h" |
| +#include "vm/globals.h" |
|
Mads Ager (google)
2012/01/16 16:30:37
What here needs globals.h?
Søren Gjesse
2012/01/17 10:28:57
None - removed.
|
| #include "vm/object.h" |
| namespace dart { |