diff --git a/runtime/vm/growable_array.h b/runtime/vm/growable_array.h index 1b5e3c063dfc..ea5ad2351df0 100644 --- a/runtime/vm/growable_array.h +++ b/runtime/vm/growable_array.h @@ -10,6 +10,8 @@ #ifndef RUNTIME_VM_GROWABLE_ARRAY_H_ #define RUNTIME_VM_GROWABLE_ARRAY_H_ +#include + #include "platform/growable_array.h" #include "vm/thread_state.h" #include "vm/zone.h"