| Index: runtime/vm/heap_profiler_test.cc
|
| diff --git a/runtime/vm/heap_profiler_test.cc b/runtime/vm/heap_profiler_test.cc
|
| index 8aecc0489c68b4d8cbcf65823f45770219ca27db..e474a9064d024994ab5fcb8d9770f46be78ade6e 100644
|
| --- a/runtime/vm/heap_profiler_test.cc
|
| +++ b/runtime/vm/heap_profiler_test.cc
|
| @@ -2,6 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +#include "platform/assert.h"
|
| #include "vm/heap_profiler.h"
|
| #include "vm/growable_array.h"
|
| #include "vm/unit_test.h"
|
|
|