Chromium Code Reviews| Index: runtime/vm/object_id_ring.h |
| diff --git a/runtime/vm/object_id_ring.h b/runtime/vm/object_id_ring.h |
| index 4936316ad68df4c792601dae4b1e84f9b0a9338d..faa25b0cbf539cbcf9d487a33b2479b41f228adc 100644 |
| --- a/runtime/vm/object_id_ring.h |
| +++ b/runtime/vm/object_id_ring.h |
| @@ -5,6 +5,8 @@ |
| #ifndef RUNTIME_VM_OBJECT_ID_RING_H_ |
| #define RUNTIME_VM_OBJECT_ID_RING_H_ |
| +#include "platform/globals.h" |
| + |
| namespace dart { |
| // Forward declarations. |