Chromium Code Reviews| Index: runtime/vm/gc_marker.h |
| diff --git a/runtime/vm/gc_marker.h b/runtime/vm/gc_marker.h |
| index c01a6e8e5374a99de4cfbbccb55f0e9f777ebfa8..4b961f6a53f99c640208acc1ccba6009f09369bc 100644 |
| --- a/runtime/vm/gc_marker.h |
| +++ b/runtime/vm/gc_marker.h |
| @@ -6,6 +6,7 @@ |
| #define VM_GC_MARKER_H_ |
| #include "vm/allocation.h" |
| +#include "vm/thread.h" |
|
koda
2015/10/06 00:02:58
Unused?
srdjan
2015/10/06 16:25:30
Added comment, needed for Mutex.
srdjan
2015/10/06 17:02:30
Done.
|
| namespace dart { |