Index: runtime/vm/dart.cc |
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc |
index d5a174054007b4d55c76e44e9236c6b8a8ed2d15..14452bb0196766ae622f2085d4de3a981233e556 100644 |
--- a/runtime/vm/dart.cc |
+++ b/runtime/vm/dart.cc |
@@ -13,6 +13,7 @@ |
#include "vm/handles.h" |
#include "vm/heap.h" |
#include "vm/isolate.h" |
+#include "vm/metrics.h" |
#include "vm/object.h" |
#include "vm/object_store.h" |
#include "vm/object_id_ring.h" |
@@ -108,6 +109,7 @@ const char* Dart::InitOnce(Dart_IsolateCreateCallback create, |
ThreadInterrupter::InitOnce(); |
Profiler::InitOnce(); |
SemiSpace::InitOnce(); |
+ Metric::InitOnce(); |
#if defined(USING_SIMULATOR) |
Simulator::InitOnce(); |