Index: runtime/vm/thread.h |
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
index 4a21cc56f28d60b8cd1f7cf925736fd119018eae..2201f3632ea4c70af121e0d863fdc9df75501b02 100644 |
--- a/runtime/vm/thread.h |
+++ b/runtime/vm/thread.h |
@@ -45,6 +45,7 @@ class RawError; |
class RawGrowableObjectArray; |
class RawString; |
class RuntimeEntry; |
+class Smi; |
class StackResource; |
class String; |
class TypeArguments; |
@@ -65,6 +66,7 @@ class Zone; |
V(Library) \ |
V(Object) \ |
V(PcDescriptors) \ |
+ V(Smi) \ |
V(String) \ |
V(TypeArguments) \ |
V(TypeParameter) \ |