Chromium Code Reviews| Index: runtime/vm/hash_map.h |
| diff --git a/runtime/vm/hash_map.h b/runtime/vm/hash_map.h |
| index 5c20d0442cd634601343c39ab8cae63c9837dc6a..f2caa9e627d2ff68033af10773c7a9c544b3ba09 100644 |
| --- a/runtime/vm/hash_map.h |
| +++ b/runtime/vm/hash_map.h |
| @@ -5,6 +5,8 @@ |
| #ifndef VM_HASH_MAP_H_ |
| #define VM_HASH_MAP_H_ |
| +#include "vm/zone.h" |
|
srdjan
2015/08/05 18:20:08
Why is this include needed?
rmacnak
2015/08/05 19:51:50
Zone allocation happens in this file. The other in
|
| + |
| namespace dart { |
| template <typename KeyValueTrait> |